Click or drag to resize

DocumentTaskSettingsCustomDocumentSource Property

The custom document source. Only set if ProcessingTaskType is set to CustomDocumentSource.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public ICustomDocumentSource CustomDocumentSource { get; set; }

Property Value

ICustomDocumentSource
See Also