'Declaration Public Function New( _ ByVal attributes As FileAttributes, _ ByVal scope As FilterScope _ )
'Usage Dim attributes As FileAttributes Dim scope As FilterScope Dim instance As New AttributeFilter(attributes, scope)
public AttributeFilter( FileAttributes attributes, FilterScope scope )
Parameters
- attributes
- System.IO.FileAttributes fields that represent the attributes used to filter files and folders.
- scope
- Determines whether the filter applies to files, folders or both.