ViewScope enumeration
SharePoint Online
Specifies the scope for returning list items and list folders in a list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| DefaultValue | Enumeration whose values specify that all list items and all list folders in the current list folder are returned in the list view. The value = 0. | |
| Recursive | Enumeration whose values specify that all list items in the list are returned in the list view. The value = 1. | |
| RecursiveAll | Enumeration whose values specify that all list items and all list folders in the list are returned in the list view. The value = 2. | |
| FilesOnly | Enumeration whose values specify that all list items in the current list folder are returned in the list view. The value = 3. |
Show: