SP.CamlQuery object

Specifies a Collaborative Application Markup Language (CAML) query on a list or joined lists.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

var object = new SP.CamlQuery()

Members

The CamlQuery object has the following members.

Constructor

The CamlQuery object has the following constructor.

Constructor

Description

CamlQuery

Initializes a new instance of the SP.CamlQuery object.

Methods

The CamlQuery object has the following methods.

Method

Description

createAllFoldersQuery

createAllItemsQuery

Properties

The CamlQuery object has the following properties.

Property

Description

datesInUtc

Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.

folderServerRelativeUrl

Gets or sets a value that specifies the server relative URL of a list folder from which results will be returned.

listItemCollectionPosition

Gets or sets a value that specifies the information required to get the next page of data for the list view.

typeId

This member is reserved for internal use and is not intended to be used directly from your code.

viewXml

Gets or sets value that specifies the XML schema that defines the list view.