Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / SizeFilter Class / SizeFilter Constructor
A value that represents the minimum size of the filter.
A value that represents the maximum size of the filter.


In This Topic
    SizeFilter Constructor
    In This Topic
    Initializes a new instance of the SizeFilter class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal minSize As Long, _
       ByVal maxSize As Long _
    )
    'Usage
     
    Dim minSize As Long
    Dim maxSize As Long
     
    Dim instance As New SizeFilter(minSize, maxSize)
    public SizeFilter( 
       long minSize,
       long maxSize
    )

    Parameters

    minSize
    A value that represents the minimum size of the filter.
    maxSize
    A value that represents the maximum size of the filter.
    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