ProfileManagerBase.GetChanges method
Returns changes made to a profile type that are recorded in the user profile change logs.
Overload list
Name | Description | |
---|---|---|
GetChanges() | Returns all changes made to a profile type that are recorded in the user profile change logs. | |
GetChanges(ProfileBaseChangeQuery) | Returns changes made to a profile type that are defined by a ProfileBaseChangeQuery object and recorded in the user profile change logs. | |
GetChanges(UserProfileChangeToken) | Returns changes made to a profile type that are located at a specific location in the user profile change logs. |
Top