DocumentIsExcludedType Property |
Specifies whether document was excluded from processing based on it format type (
ID).
Namespace: OpenDiscoverSDK.Interfaces.PlatformAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax[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