DocumentTaskSettingsDocumentArchiveRootPath Property |
Gets or sets the root extracted path for document archive file output.
Namespace: OpenDiscoverSDK.Interfaces.Platform.SettingsAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[DataMemberAttribute]
public string DocumentArchiveRootPath { get; set; }Property Value
String
Remarks
Note: All archive files (mode
Archive) or flat output files (mode
IndividualFiles) for attachments and extracted text
are relative to the DocumentArchiveRootPath path. In this way, copying or moving a task output folder will not affect the individual relative attachment
and text file paths per document that are contained in the master document archive.
See Also