This documentation is archived and is not being maintained.
SPViewScope enumeration
Specifies the recursive scope of a view for a document library.
Namespace:
Microsoft.SharePointAssembly:
Microsoft.SharePoint (in Microsoft.SharePoint.dll)
No code example is currently available or this language may not be supported.
| Member name | Description |
|---|
| Default | Show only the files and subfolders of a specific folder. |
| Recursive | Show all files of all folders. |
| RecursiveAll | Show all files and all subfolders of all folders. |
| FilesOnly | Show only the files of a specific folder. |
The SPViewScope enumeration is used with the Scope property of the SPView class.