UserProfile.GetColleagueChanges method (UserProfileChangeToken)

NOTE: This API is now obsolete.

Returns all changes made to this user's colleagues' data since the 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

Return value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary
All changes made to this user's colleagues' data since the time specified by the change token.

See also

Reference

UserProfile class

UserProfile members

GetColleagueChanges overload

Microsoft.Office.Server.UserProfiles namespace