Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the change token that will be used in logging the next change to the list.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public ReadOnly Property CurrentChangeToken As SPChangeToken
Get
'Usage
Dim instance As SPList
Dim value As SPChangeToken
value = instance.CurrentChangeToken
public SPChangeToken CurrentChangeToken { get; }
Type: Microsoft.SharePoint.SPChangeToken
An SPChangeToken object that represents the change token.
You can use the value of this property to query the change log by calling the GetChanges(SPChangeToken) method. For more information, see Using the Change Log.