Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / Filter Class
Members


In This Topic
    Filter Class
    In This Topic
    The Filter class allows to filter a list of FileSystemItem objects.
    Syntax
    'Declaration
     
    Public MustInherit Class Filter 
    'Usage
     
    Dim instance As Filter
    public abstract class Filter 
    Inheritance Hierarchy
    Public Properties
     NameDescription
    Public PropertyGets or sets the scope of the filter.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Converts a generic array of parameters to an array of Filter objects.  
    Public MethodOverloaded. Gets a boolean value indicating if the item matches the filter.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Verifies if the FileSystemItem object matches all of the provided filters.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Verifies if the FileSystemItem object matches at least one of the provided filters.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRetrieves a boolean value indicating if the specified item is within the scope of the filter.  
    Top
    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