UserProfile.GetColleagueChanges Method (UserProfileChangeToken)
NOTE: This API is now obsolete.
Returns all changes made to this user's colleagues' data since a given time specified by the change token.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
<ObsoleteAttribute("This has been replaced by GetColleagueChangesByDate", _
False)> _
Public Function GetColleagueChanges ( _
changeToken As UserProfileChangeToken _
) As UserProfileChangeDictionary
'Usage
Dim instance As UserProfile
Dim changeToken As UserProfileChangeToken
Dim returnValue As UserProfileChangeDictionary
returnValue = instance.GetColleagueChanges(changeToken)
[ObsoleteAttribute("This has been replaced by GetColleagueChangesByDate",
false)]
public UserProfileChangeDictionary GetColleagueChanges(
UserProfileChangeToken changeToken
)
Parameters
changeToken
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeTokenA change token representing a point in time in the change history.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary