Click or drag to resize

IFileTypeFilterProperties Interface

File type filtering properties for a case.

Namespace:  EdaIntegrationContract.Filters
Assembly:  EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntax
C#
public interface IFileTypeFilterProperties

The IFileTypeFilterProperties type exposes the following members.

Properties
  NameDescription
Public propertyFileTypeFilteringEnabled
Enables or disables file type filtering.
Public propertyIncludeUnspecifiedFileTypes
If true, include any file types that are not specifically configured to be included or excluded. If false, exclude any unconfigured file types.
Top
See Also