Document Data Archive ReaderRead Document From Control Number Index Method
Reads a document from the DocumentControlNumberIndex given by the 'docControlNumber' argument. This archive must have been constructed with
ControlNumberIndexAndHeaderOnly mode, or else this method will throw an exception.
Definition
Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
The document identified by the 'docControlNumber' argument.
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public Document ReadDocumentFromControlNumberIndex(
string docControlNumber
)Parameters
- docControlNumber String
- A valid document control number for this document data archive (.dda) file.
Return Value
DocumentThe document identified by the 'docControlNumber' argument.
Exceptions
| Exception | This method throws an exception if the index is emtpy, the control number is invalid, or if the control number is not in the DocumentControlNumberIndex. |