Sets name pattern applies to directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Sub SetFilterMatchAppliesToDirectory( _ ByVal FilterName As String, _ ByVal FilterMatchAppliesToDirectory As Boolean _ ) |
- FilterName
- A string value which represents the filter.
- FilterMatchAppliesToDirectory
- A boolean value which should be True to set the given filter to match applies to directory. Otherwise, False should be used.