Click or drag to resize

DocumentTaskSettingsTaskId Property

[Optional] User defined task Id for this task.

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 TaskId { get; set; }

Property Value

String
Remarks

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

The DocumentTaskEngine only uses this property and property CollectionId 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