This documentation is archived and is not being maintained.

SP.ChangeToken object

SharePoint 2013

Represents the unique sequential location of a change within the change log.

Last modified: March 09, 2015

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

var object = new SP.ChangeToken()

The ChangeToken object has the following members.

Constructor

The ChangeToken object has the following constructor.

Constructor

Description

ChangeToken

Initializes a new instance of the SP.ChangeToken object.

Properties

The ChangeToken object has the following properties.

Property

Description

stringValue

Gets or sets a string value that contains the serialized representation of the change token generated by the protocol server.

typeId

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

Show: