Click or drag to resize

DocumentTaskSettingsDocuments Property

The input documents to process. See remarks.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public List<Document> Documents { get; set; }

Property Value

ListDocument
Remarks

Each input documents must have their FilePath property set to a valid file path. ChildDocuments must be empty for input documents for processing.

For ProcessingTaskType property set to SingleMailStore, this property must contain 1 input mail store (PST, OST, MBOX, etc) document to process.

For ProcessingTaskType property set to SingleArchive, this property must contain 1 input archive (7ZIP, ZIP, RAR, etc) to process. If the archive is a split (multi-file segmented archive) then this property must contain all the split parts as input documents to process.

See Also