SP.ViewScope enumeration
Specifies the scope for returning list items and list folders in a list view.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.ViewScope = {defaultValue : "Undefined",filesOnly : "Undefined",recursive : "Undefined",recursiveAll : "Undefined",registerEnum : "Undefined"}
The ViewScope enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
defaultValue |
0 |
Enumeration whose values specify that all list items and all list folders in the current list folder are returned in the list view. |
|
filesOnly |
3 |
Enumeration whose values specify that all list items in the current list folder are returned in the list view. |
|
recursive |
1 |
Enumeration whose values specify that all list items in the list are returned in the list view. |
|
recursiveAll |
2 |
Enumeration whose values specify that all list items and all list folders in the list are returned in the list view. |
|
registerEnum |
Undefined |
|