Click or drag to resize

DocumentDataArchiveReaderFormatIdCount Property

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

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

Property Value

DictionaryId, Int32
See Also