Document Data Archive ReaderContent Result Count Property
Gets a dictionary that contains ContentResult as key and a ContentResultInfo as value.
Definition
Namespace: OpenDiscoverSDK.Platform.Archive
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
Assembly: OpenDiscoverSDK (in OpenDiscoverSDK.dll) Version: 2026.2.6.0 (2026.02.06)
C#
public Dictionary<ContentResult, ContentResultInfo> ContentResultCount { get; }Property Value
DictionaryContentResult, ContentResultInfoRemarks
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).