Click or drag to resize

DatePrecedenceType Enumeration

The enumeration specifies which KnownDateTimeMetadataFields field were used for a document's PrimaryDate and SortDate property values. The order of the enumeration fields here is also the precedence order of the metadata fields used to calculate PrimaryDate and SortDate.

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.6.0 (2025.4.6)
Syntax
C#
[DataContractAttribute]
public enum DatePrecedenceType
Members
Member nameValueDescription
SentDate1 Document file format is of classification Email and used SentDate metadata field for PrimaryDate/SortDate.
ReceivedDate2 Document file format is of classification Email and used ReceivedDate metadata field for PrimaryDate/SortDate.
AppointmentStart3 Document file format is of classification Calendar and used AppointmentStart metadata field for PrimaryDate/SortDate.
AppointmentEnd4 Document file format is of classification Calendar and used AppointmentEnd metadata field for PrimaryDate/SortDate.
TaskLastUpdate5 Document file format is of classification Email (Microsoft Outlook Task message object) and used TaskLastUpdate metadata field for PrimaryDate/SortDate.
LogEnd6 Document file format is of classification Email (Microsoft Outlook Journal message object) and used LogEnd metadata field for PrimaryDate/SortDate.
LogStart7 Document file format is of classification Email (Microsoft Outlook Journal message object) and used LogStart metadata field for PrimaryDate/SortDate.
LastModifiedDate8LastModifiedDate metadata field was used for PrimaryDate/SortDate.
LastSavedDate9LastSavedDate metadata field was used for PrimaryDate/SortDate.
CreateDateTimeReadOnly10 Document file format is of classification Email and Microsoft Outlook 'Document' message object type, and used CreateDateTimeReadOnly metadata field for PrimaryDate/SortDate.
TakenDate11 Document file format is of classification RasterImage or VectorImage and used TakenDate metadata field for PrimaryDate/SortDate.
OriginalDate12 Document file format is of classification RasterImage or VectorImage and used OriginalDate metadata field for PrimaryDate/SortDate.
DigitizedDate13 Document file format is of classification RasterImage or VectorImage and used DigitizedDate metadata field for PrimaryDate/SortDate.
TimeEdited14 Document file format is a Microsoft Visio type and used TimeEdited metadata field for PrimaryDate/SortDate.
TimeSaved15 Document file format is a Microsoft Visio type and used TimeSaved metadata field for PrimaryDate/SortDate.
Date16Date (MIME header and image document associated) metadata field for PrimaryDate/SortDate.
CreationDate17CreationDate metadata field was used for PrimaryDate/SortDate. If document has a parent container, and if CreationDate is newer (after) its parent container's SortDate, then the parent container's SortDate is used. The next rule is that if CreationDate is newer (after) LastModifiedTimeFileSystem, then LastModifiedTimeFileSystem metadata field is used for SortDate.
LastIMReceivedTime18 Chat log (e.g., Skype) where the LastIMReceivedTime metadata field was used for PrimaryDate/SortDate.
PostedDate19PostedDate metadata field was used for PrimaryDate/SortDate.
Parent100 If document is a child attachment/embedded item, then the parent's PrimaryDate/SortDate was used.
ExportDate101 Document file format is SkypeChatHistoryExport and ExportDate metadata field was used for PrimaryDate/SortDate.
LastModifiedTimeFileSystem102 Document used LastModifiedTimeFileSystem for PrimaryDate/SortDate.
CreationTimeFileSystem103 Document used CreationTimeFileSystem for PrimaryDate/SortDate.
Undefined500 No sort date was set.
See Also