DocumentIsExcludedType Property

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

Definition

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