Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FilterResult Enumeration


In This Topic
    FilterResult Enumeration
    In This Topic
    Indicates if an item was accepted or rejected by a Filter, or if the FilterScope does not apply to the specified FileSystemItem.
    Syntax
    'Declaration
     
    Public Enum FilterResult 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    'Usage
     
    Dim instance As FilterResult
    Members
    MemberValueDescription
    Accept1The item was accepted by the filter.
    NotApplicable2The filter's scope does not apply to this item type or the specified FilterScope.
    Reject0The item was rejected by the filter.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.FileSystem.FilterResult

    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