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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property Scope As SPViewScope
    Get
    Set
'Usage
Dim instance As SPView
Dim value As SPViewScope

value = instance.Scope

instance.Scope = value
[ClientCallableAttribute]
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