DocumentDataArchiveReaderDocumentByControlNumber Property

Returns all documents by DocControlNumber provided that the Documents had DocControlNumber set.

Definition

Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public Dictionary<string, Document> DocumentByControlNumber { get; }

Property Value

DictionaryString, Document

See Also