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 or sets the current change token in the change log that is used as a comparison value when running subsequent incremental export operations.
Namespace: Microsoft.SharePoint.Deployment
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CurrentChangeToken As String
Get
Friend Set
'Usage
Dim instance As SPExportSettings
Dim value As String
value = instance.CurrentChangeToken
public string CurrentChangeToken { get; internal set; }
Property Value
Type: System.String
A string containing the token.
Remarks
This property provides a starting point for retrieving changes when exporting incremental changes. After the export job completes, save the value of CurrentChangeToken to use in the next export job.