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.
Specifies the scope for returning list items and list folders in a list view.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); 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. |