SPView.Scope property

Gets or sets the recursive scope for the view of a document library.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Scope As SPViewScope
    Get
    Set
'Usage
Dim instance As SPView
Dim value As SPViewScope

value = instance.Scope

instance.Scope = value
public SPViewScope Scope { get; set; }

Property value

Type: Microsoft.SharePoint.SPViewScope
An SPViewScope value that specifies the scope.

See also

Reference

SPView class

SPView members

Microsoft.SharePoint namespace