ProfileBase.GetChanges Method
Include Protected Members
Include Inherited Members
Returns changes associated with this profile.
Overload List
Name | Description | |
---|---|---|
GetChanges() | Returns changes to this profile that have been recorded in the change log. | |
GetChanges(ProfileBaseChangeQuery) | Returns changes to this profile that are defined by the specified query and recorded in the change log. | |
GetChanges(UserProfileChangeToken) | Returns changes to this profile that are recorded at a specified location in the change log. |
Top