Click or drag to resize

DocumentTaskSettingsIgnoreCorruptedDocuments Property

RESERVED. Used by Open Discover Platform Worflow Management System (WMS).

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public HashSet<string> IgnoreCorruptedDocuments { get; set; }

Property Value

HashSetString
Remarks
Previously identified corrupt document candidates can be ignored on a re-queued processing set of documents by providing their SHA1BinaryHash. See DocumentTaskEngine.IsolateCorruptDocument.
See Also