Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Specifies the scope for returning list items and list folders in a list view.
Values
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. |