Xceed .NET Libraries Documentation
AndFilter Constructor


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AndFilter Class : AndFilter Constructor
Filters that are part of the logical AND operation.
Initializes a new instance of the AndFilter class.
Syntax
'Declaration
 
Public Function New( _
   ByVal ParamArray filters() As Object _
)
'Usage
 
Dim filters() As Object
 
Dim instance As New AndFilter(filters)
public AndFilter( 
   params object[] filters
)

Parameters

filters
Filters that are part of the logical AND operation.
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

AndFilter Class
AndFilter Members