DocumentDataArchiveReaderClassificationCount Property

Gets a dictionary that contains IdClassification as key and the count of documents that have that file format classification as values.

Definition

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

Property Value

DictionaryIdClassification, Int32

See Also