Microsoft.SharePoint


SPViewScope Enumeration (Microsoft.SharePoint)
Specifies the recursive scope of a view for a document library.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Syntax

Visual Basic (Declaration)
Public Enumeration SPViewScope
Visual Basic (Usage)
Dim instance As SPViewScope
C#
public enum SPViewScope
Members

 Member nameDescription
DefaultShow only the files and subfolders of a specific folder. 
FilesOnlyShow only the files of a specific folder. 
RecursiveShow all files of all folders. 
RecursiveAllShow all files and all subfolders of all folders. 
Remarks

The SPViewScope enumeration is used with the Scope property of the SPView class.

See Also

Tags :


Page view tracker