Click or drag to resize

DocumentSortDateType Property

This property specifies which metadata date field was used for this document's SortDate. 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 DatePrecedenceType SortDateType { get; set; }

Property Value

DatePrecedenceType
See Also