KnownMetadataHelperOfficeTypeMetadataFields Property

Common office document type associated 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> OfficeTypeMetadataFields { get; }

Property Value

ListKnownMetadataField

Remarks

This list can aide in searching indexes for known common office document metadata.

See Also