Click or drag to resize

DocumentDataArchiveReaderMode Enumeration

Enumeration that determines how/what an instance of DocumentDataArchiveReader reads an existing document data archive (.dda) file.

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
public enum DocumentDataArchiveReaderMode
Members
Member nameValueDescription
HeaderAndDocumentRecords0 Reads header and all document records. Note: the document control number index is not read in this mode (see ControlNumberIndexAndHeaderOnly).
HeaderOnly1 Reads only the document data archive header. The header includes Settings.
ControlNumberIndexAndHeaderOnly2 Reads the header and document control number index only.
See Also