Share via


UserProfileChangeService.GetUserChanges Method

This member is reserved for internal use and is not intended to be used directly from your code. Use the corresponding UserProfileChangeService class member websvcUserProfileChangeService namespace instead.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetUserChanges ( _
    userAccountName As String, _
    changeToken As String, _
    changeQuery As UserProfileChangeQuery _
) As UserProfileChangeDataContainer
'Usage
Dim instance As UserProfileChangeService
Dim userAccountName As String
Dim changeToken As String
Dim changeQuery As UserProfileChangeQuery
Dim returnValue As UserProfileChangeDataContainer

returnValue = instance.GetUserChanges(userAccountName, _
    changeToken, changeQuery)
[WebMethodAttribute]
public UserProfileChangeDataContainer GetUserChanges(
    string userAccountName,
    string changeToken,
    UserProfileChangeQuery changeQuery
)

Parameters

Return Value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDataContainer

See Also

Reference

UserProfileChangeService Class

UserProfileChangeService Members

Microsoft.Office.Server.UserProfiles Namespace