DocumentPrimaryDate Property

PrimaryDate can be used to sort documents by a common property date that is meaningful across document formats. See PrimaryDateType for the metdata field precedence rules (in order of DatePrecedenceType enumeration values) used in calculating a document's PrimaryDate.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public DateTime? PrimaryDate { get; set; }

Property Value

NullableDateTime

See Also