Gets name pattern applies to directory enabled value for the specified filter.
Syntax
Visual Basic
Public Function GetFilterMatchAppliesToDirectory( _
ByVal FilterName As String _
) As Boolean
Parameters
FilterName
A string value which represents the filter name.
Return Type
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.