Share via


ContentSlice.ChangeToken property

Gets or sets the current state of the content database.

Namespace:  Microsoft.SharePoint.Publishing.WebServices
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property ChangeToken As String
    Get
    Set
'Usage
Dim instance As ContentSlice
Dim value As String

value = instance.ChangeToken

instance.ChangeToken = value
public string ChangeToken { get; set; }

Property value

Type: System.String
The current state of the content database.

Remarks

The ChangeToken property is an opaque token. When a subsequent call is made to certain web methods (for example, the GetChangedFriendlyUrlBasedWebs method) by using the ChangeToken property, then those web methods will find changes that occurred after ChangeToken was issued.

See also

Reference

ContentSlice class

ContentSlice members

Microsoft.SharePoint.Publishing.WebServices namespace