Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / OrFilter Class / OrFilter Constructor
Filters that are part of the logical OR operation.


In This Topic
    OrFilter Constructor
    In This Topic
    Initializes a new instance of the OrFilter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ParamArray filters() As Object _
    )
    'Usage
     
    Dim filters() As Object
     
    Dim instance As New OrFilter(filters)
    public OrFilter( 
       params object[] filters
    )

    Parameters

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