Click or drag to resize

DocumentTaskSettingsCollectionStartDateUtc Property

The processing start DateTime in UTC for this document collection (see CollectionId).

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

Property Value

NullableDateTime
Remarks
This property and CollectionId and CollectionSourcePath properties are convenience properties for user defined document processing workflows.
See Also