Document Data Archive Reader Mode Enumeration
Enumeration that determines how/what an instance of DocumentDataArchiveReader
reads an existing document data archive (.dda) file.
Definition
Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public enum DocumentDataArchiveReaderModeMembers
| 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. |