Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.