DocumentDataArchiveReaderClassificationCount Property |
Gets a dictionary that contains
IdClassification as key and the count of documents that have that file format classification as values.
Namespace: OpenDiscoverSDK.Platform.ArchiveAssembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic Dictionary<IdClassification, int> ClassificationCount { get; }Property Value
DictionaryIdClassification,
Int32
See Also