Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AttributeFilter Class / AttributeFilter Constructor / AttributeFilter Constructor(FileAttributes,FilterScope)
System.IO.FileAttributes fields that represent the attributes used to filter files and folders.
Determines whether the filter applies to files, folders or both.


In This Topic
    AttributeFilter Constructor(FileAttributes,FilterScope)
    In This Topic
    Initializes a new instance of the AttributeFilter class.
    Syntax
    '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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also