Click or drag to resize

DocumentDataArchiveReaderContentResultCount Property

Gets a dictionary that contains ContentResult as key and a ContentResultInfo as value.

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

Property Value

DictionaryContentResult, ContentResultInfo
Remarks
The usefulness of this dictionary property is to determine which file Id formats and the count of these file format Ids that have a specific ContentResult. For example, we could use this dictionary to find the count of Ids that had successful content extraction results of Ok or to find all the documents that couldn't be processed because they were encrypted and valid passwords were not found for these documents (i.e., WrongPassword).
See Also