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
|
|
Dim instance As SPViewScope
|

Members
| | Member name | Description |
|---|
| Default |
Show only the files and subfolders of a specific folder.
|
| FilesOnly |
Show only the files of a specific folder.
|
| Recursive |
Show all files of all folders.
|
| RecursiveAll |
Show all files and all subfolders of all folders.
|

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

See Also