DocumentCustom Metadata Property
Contains custom (user-defined) document metadata as a dictionary of metadata field names as keys and metadata field data as corresponding values.
Definition
Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public Dictionary<string, IDocumentProperty> CustomMetadata { get; set; }Property Value
DictionaryString, IDocumentPropertyRemarks
Custom (user-defined) metadata is often found in office document formats such as word processing, spreadsheet, and presentation document formats.
For standard (non-user-defined) document metadata see property Metadata.