ChangeToken class

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

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Client.ClientValueObject
    Microsoft.SharePoint.Client.ChangeToken

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public NotInheritable Class ChangeToken _
    Inherits ClientValueObject
'Usage
Dim instance As ChangeToken
public sealed class ChangeToken : ClientValueObject

Remarks

Client applications can use the change token as a starting point for retrieving changes.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ChangeToken members

Microsoft.SharePoint.Client namespace