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


AttributeFilter Constructor(FileAttributes)
Initializes a new instance of the AttributeFilter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal attributes As FileAttributes _
)
 
'Usage
 
Dim attributes As FileAttributes
 
Dim instance As New AttributeFilter(attributes)

Parameters

attributes
System.IO.FileAttributes fields that represent the attributes used to filter files and folders.
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