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