KnownMetadataHelperOtherTypeMetadataFields Property

"Other" (miscellaneous) metadata fields (see KnownMetadataField).

Definition

Namespace: OpenDiscoverSDK.Interfaces.Metadata
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public static List<KnownMetadataField> OtherTypeMetadataFields { get; }

Property Value

ListKnownMetadataField

Remarks

This list can aide in searching indexes for known "other" (miscellaneous) document metadata.

See Also