Gets name pattern applies to directory enabled value for the specified filter.
| Visual Basic |
|---|
Public Function GetFilterMatchAppliesToDirectory( _ ByVal FilterName As String _ ) As Boolean |
- FilterName
- A string value which represents the filter name.
A boolean value which is True which means for a directory to be included in the collection, the name must match the pattern criteria specified from the GetFilterFilenamePattern method. Otherwise, False is returned.
The default value is False.