Click or drag to resize

FileTypeFilterProperties Class

File type filtering properties for a case.
Inheritance Hierarchy
SystemObject
  Law.EdaIntegration.CaseCasePropertiesGroup
    Law.EdaIntegration.FiltersFileTypeFilterProperties

Namespace:  Law.EdaIntegration.Filters
Assembly:  Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax
C#
public class FileTypeFilterProperties : CasePropertiesGroup

The FileTypeFilterProperties 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