Click or drag to resize

DocumentDataArchiveReaderDocumentByControlNumber Property

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

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

Property Value

DictionaryString, Document
See Also