ICustomDocumentSource Interface

Interface to allow custom document sources for processing

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public interface ICustomDocumentSource

Properties

IsFinished If true, the custom document source is finished supplying documents for processing.
SourceDocuments Queue of documents to be processed.

Methods

Start Callback method called by DocumentTaskEngine when the engine is ready to start processing source documents.

See Also