UserProfileManager.GetChanges Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetChanges() | Returns all changes made to a user’s profile. (Overrides ProfileManagerBase.GetChanges().) | |
GetChanges(ProfileBaseChangeQuery) | Returns changes made to a user’s profile that are defined by the specified change query. (Overrides ProfileManagerBase.GetChanges(ProfileBaseChangeQuery).) | |
GetChanges(UserProfileChangeToken) | Returns changes made to a user’s profile from a specific location in the change logs that is represented by the specified change token. (Overrides ProfileManagerBase.GetChanges(UserProfileChangeToken).) |
Top