IDocumentProperty Interface

Common interface for document metadata properties.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Content
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public interface IDocumentProperty

Properties

IsUserDefined If true, this property is a user-defined (custom) property.
PropertyType Property value type.
StringValue Gets the property values as a string.

See Also