SP.ChangeQuery object

Defines a query that is performed against the change log.

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

var object = new SP.ChangeQuery()

Members

The ChangeQuery object has the following members.

Constructor

The ChangeQuery object has the following constructor.

Constructor

Description

ChangeQuery

Initializes a new instance of the SP.ChangeQuery object.

Properties

The ChangeQuery object has the following properties.

Property

Description

add

Gets or sets a value that specifies whether add changes are included in the query.

alert

Gets or sets a value that specifies whether changes to alerts are included in the query.

changeTokenEnd

Gets or sets a value that specifies the end date and end time for changes that are returned through the query.

changeTokenStart

Gets or sets a value that specifies the start date and start time for changes that are returned through the query.

contentType

Gets or sets a value that specifies whether changes to content types are included in the query.

deleteObject

Gets or sets a value that specifies whether changes to content types are included in the query.

field

Gets or sets a value that specifies whether changes to content types are included in the query.

file

Gets or sets a value that specifies whether changes to content types are included in the query.

folder

Gets or sets value that specifies whether changes to folders are included in the query.

group

Gets or sets a value that specifies whether changes to groups are included in the query.

groupMembershipAdd

Gets or sets a value that specifies whether adding users to groups is included in the query.

groupMembershipDelete

Gets or sets a value that specifies whether deleting users from the groups is included in the query.

item

Gets or sets a value that specifies whether general changes to list items are included in the query.

list

Gets or sets a value that specifies whether changes to lists are included in the query.

move

Gets or sets a value that specifies whether move changes are included in the query.

navigation

Gets or sets a value that specifies whether changes to the navigation structure of a site collection are included in the query.

rename

Gets or sets a value that specifies whether renaming changes are included in the query.

restore

Gets or sets a value that specifies whether restoring items from the recycle bin or from backups is included in the query.

roleAssignmentAdd

Gets or sets a value that specifies whether adding role assignments is included in the query.

roleAssignmentDelete

Gets or sets a value that specifies whether adding role assignments is included in the query.

roleDefinitionAdd

Gets or sets a value that specifies whether adding role assignments is included in the query.

roleDefinitionDelete

Gets or sets a value that specifies whether adding role assignments is included in the query.

roleDefinitionUpdate

Gets or sets a value that specifies whether adding role assignments is included in the query.

securityPolicy

Gets or sets a value that specifies whether modifications to security policies are included in the query.

site

Gets or sets a value that specifies whether changes to site collections are included in the query.

systemUpdate

Gets or sets a value that specifies whether updates made using the item SystemUpdate method are included in the query.

typeId

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

update

Gets or sets a value that specifies whether update changes are included in the query.

user

Gets or sets a value that specifies whether changes to users are included in the query.

view

Gets or sets a value that specifies whether changes to views are included in the query.

web

Gets or sets a value that specifies whether changes to Web sites are included in the query.