Click or drag to resize

DocumentIsExcludedType Property

Specifies whether document was excluded from processing based on it format type (ID).

Namespace: OpenDiscoverSDK.Interfaces.Platform
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool IsExcludedType { get; set; }

Property Value

Boolean
Remarks
To exclude specific file formats from processing add their format type ID to base class task settings property ExcludedDocumentTypes.
See Also