Click or drag to resize

IFileTypeFilterManager Interface

Manage all file type filtering interactions in a case.

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

The IFileTypeFilterManager type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Provides access to the FileType filtering properties for this case.
Top
Methods
  NameDescription
Public methodIsFileTypeConfigured
Check if FileType is configured
Public methodUpdateProperties
Saves the file type filtering properties to the case.
Top
See Also