Click or drag to resize

DocumentTaskSettingsTaskParameter Property

[Optional] User defined task parameter.

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

Property Value

String
Remarks

This property is an optional user only convenience property for user defined document processing workflows.

See Also