UserProfileManager.GetChanges Method (UserProfileChangeToken)
Returns changes at a specified location in the change log that have been made to the user profile properties and recorded in the change log.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changeToken As UserProfileChangeToken _
) As UserProfileChangeCollection
'Usage
Dim instance As UserProfileManager
Dim changeToken As UserProfileChangeToken
Dim returnValue As UserProfileChangeCollection
returnValue = instance.GetChanges(changeToken)
public UserProfileChangeCollection GetChanges(
UserProfileChangeToken changeToken
)
Parameters
- changeToken
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeToken
A UserProfileChangeToken object that represents the unique sequential location of a change within the change log.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeCollection