Click or drag to resize

DocumentSortDate Property

SortDate can be used to sort documents by a common property date that is meaningful across document formats. For parent documents, this property is set to the PrimaryDate property value, and for child documents of non-container parent types, this property is set to the SortDate of the parent document.

See DatePrecedenceType for the metdata field precedence rules (in order of DatePrecedenceType enumeration values) used in calculating a document's SortDate.


Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public DateTime? SortDate { get; set; }

Property Value

NullableDateTime
See Also