DocumentCustomMetadata Property |
Contains custom (user-defined) document metadata as a dictionary of metadata field names as keys and metadata field data as corresponding values.
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public Dictionary<string, IDocumentProperty> CustomMetadata { get; set; }Property Value
DictionaryString,
IDocumentProperty
Remarks
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.
See Also