Xceed .NET Libraries Documentation
Scope Property (AndFilter)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AndFilter Class : Scope Property
Gets or sets the scope of the inner filter.
Syntax
'Declaration
 
Public Overrides Property Scope As FilterScope
'Usage
 
Dim instance As AndFilter
Dim value As FilterScope
 
instance.Scope = value
 
value = instance.Scope
public override 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

Reference

AndFilter Class
AndFilter Members
Base Implementation in Scope