SP.ChangeToken object

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

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

var object = new SP.ChangeToken()

Members

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.