ViewScope enumeration

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)

Syntax

'Declaration
Public Enumeration ViewScope
'Usage
Dim instance As ViewScope
public enum ViewScope

Members

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.

See also

Reference

Microsoft.SharePoint.Client namespace