Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / Filter Class / Scope Property


In This Topic
    Scope Property (Filter)
    In This Topic
    Gets or sets the scope of the filter.
    Syntax
    'Declaration
     
    Public Overridable Property Scope As FilterScope
    'Usage
     
    Dim instance As Filter
    Dim value As FilterScope
     
    instance.Scope = value
     
    value = instance.Scope
    public virtual FilterScope Scope {get; set;}

    Property Value

    A combination of FilterScope values that identify the type of FileSystemItem objects that are handled by this 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