SP.ChangeLogItemQuery object

Represents the input parameter of the GetListItemChangesSinceToken method.

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

var object = new SP.ChangeLogItemQuery()

Members

The ChangeLogItemQuery object has the following members.

Constructor

The ChangeLogItemQuery object has the following constructor.

Constructor

Description

ChangeLogItemQuery

Initializes a new instance of the SP.ChangeLogItemQueryobject.

Properties

The ChangeLogItemQuery object has the following properties.

Property

Description

changeToken

The change token for the request.

contains

The XML element that defines custom filtering for the query.

query

The records from the list to return and their return order.

queryOptions

The options for modifying the query.

rowLimit

The maximum number of items in the query to return per page.

typeId

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

viewFields

The names of the fields to include in the query result.

viewName

The GUID of the view.