UserProfileManager.GetChanges Method
Include Protected Members
Include Inherited Members
Returns changes made to the user profile properties that have been recorded in the change log.
Overload List
Name | Description | |
---|---|---|
GetChanges() | Returns changes made to the user profile properties that have been recorded in the change log. | |
GetChanges(UserProfileChangeQuery) | Returns changes defined by the specified change query that have been made to the user profile properties and recorded in the change log. | |
GetChanges(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. |
Top