DocumentDataArchiveReaderMode Enumeration |
Enumeration that determines how/what an instance of
DocumentDataArchiveReader
reads an existing document data archive (.dda) file.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic enum DocumentDataArchiveReaderMode
Members| Member name | Value | Description |
|---|
| HeaderAndDocumentRecords | 0 |
Reads header and all document records. Note: the document control number index is not read in this mode (see ControlNumberIndexAndHeaderOnly).
|
| HeaderOnly | 1 |
Reads only the document data archive header. The header includes Settings.
|
| ControlNumberIndexAndHeaderOnly | 2 |
Reads the header and document control number index only.
|
See Also