Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / NameFilter Class / NameFilter Constructor / NameFilter Constructor(NameFilter,FilterScope)


In This Topic
    NameFilter Constructor(NameFilter,FilterScope)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal nameFilter As NameFilter, _
       ByVal scope As FilterScope _
    )
    'Usage
     
    Dim nameFilter As NameFilter
    Dim scope As FilterScope
     
    Dim instance As New NameFilter(nameFilter, scope)
    public NameFilter( 
       NameFilter nameFilter,
       FilterScope scope
    )

    Parameters

    nameFilter
    scope
    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