UserProfileChangeService.GetUserCurrentChangeToken Method

Web Service: User Profile ChangeWeb Reference: http://<Site>/_vti_bin/UserProfileChangeService.asmx

Syntax

'Declaration
<SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserCurrentChangeToken", RequestNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", ResponseNamespace:="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", Use:=SoapBindingUse.Literal, ParameterStyle:=SoapParameterStyle.Wrapped)> _
Public Function GetUserCurrentChangeToken ( _
    userAccountName As String _
) As String
'Usage
Dim instance As UserProfileChangeService
Dim userAccountName As String
Dim returnValue As String

returnValue = instance.GetUserCurrentChangeToken(userAccountName)
[SoapDocumentMethodAttribute("https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService/GetUserCurrentChangeToken", RequestNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", ResponseNamespace="https://microsoft.com/webservices/SharePointPortalServer/UserProfileChangeService", Use=SoapBindingUse.Literal, ParameterStyle=SoapParameterStyle.Wrapped)] 
public string GetUserCurrentChangeToken (
    string userAccountName
)

Parameters

  • userAccountName

See Also

Reference

UserProfileChangeService Class
UserProfileChangeService Members
User Profile Change Web Service