Xceed .NET Libraries Documentation
AttributeFilter Constructor(FileAttributes)


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.
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)
public AttributeFilter( 
   FileAttributes 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

Reference

AttributeFilter Class
AttributeFilter Members
Overload List