Click or drag to resize

DocumentTaskSettingsCollectionId Property

[Required] A user defined document collection (job) Id that uniquely identifies the document processing set that this processing task defined by TaskId belongs to.

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

Property Value

String
Remarks

This property and the TaskId property are convenience properties for user defined document processing workflows.

The DocumentTaskEngine only uses this property and property TaskId for processing logging and for storing in the document data archive (.dda) file. When the user workflow reads a saved document data archive the associated CollectionId and TaskId are returned. See DocumentDataArchiveReader for how to read the processing output stored in a document data archive (.dda).

See Also