Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / SizeFilter Class / IsItemMatching Method / IsItemMatching(FileSystemItem) Method
The FileSystemItem object that will be verified.


In This Topic
    IsItemMatching(FileSystemItem) Method
    In This Topic
    Gets a boolean value indicating if the item matches the size filter.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function IsItemMatching( _
       ByVal item As FileSystemItem _
    ) As Boolean
    'Usage
     
    Dim instance As SizeFilter
    Dim item As FileSystemItem
    Dim value As Boolean
     
    value = instance.IsItemMatching(item)
    public override bool IsItemMatching( 
       FileSystemItem item
    )

    Parameters

    item
    The FileSystemItem object that will be verified.

    Return Value

    true if item matches the size filter; false otherwise.
    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