DocumentTaskSettingsIgnoreCorruptedDocuments Property

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

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
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