Click or drag to resize

DocumentTaskSettingsCollectionSourcePath Property

The ingestion file path or directory path used as the source for the processing document collection.

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

Property Value

String
Remarks
This property and CollectionId and CollectionStartDateUtc properties are convenience properties for user defined document processing workflows.
See Also