CamlQuery.CreateAllItemsQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateAllItemsQuery() | |
CreateAllItemsQuery(Int32, String[]) |
CreateAllItemsQuery()
public static Microsoft.SharePoint.Client.CamlQuery CreateAllItemsQuery ();
static member CreateAllItemsQuery : unit -> Microsoft.SharePoint.Client.CamlQuery
Public Shared Function CreateAllItemsQuery () As CamlQuery
Returns
Applies to
CreateAllItemsQuery(Int32, String[])
public static Microsoft.SharePoint.Client.CamlQuery CreateAllItemsQuery (int rowLimit, params string[] viewFields);
static member CreateAllItemsQuery : int * string[] -> Microsoft.SharePoint.Client.CamlQuery
Public Shared Function CreateAllItemsQuery (rowLimit As Integer, ParamArray viewFields As String()) As CamlQuery
Parameters
- rowLimit
- Int32
- viewFields
- String[]