UserProfile.GetColleagueChanges Method (UserProfileChangeQuery)
NOTE: This API is now obsolete.
Returns all changes made to this user's colleagues' data that are defined by the specified change query.
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 ( _
changeQuery As UserProfileChangeQuery _
) As UserProfileChangeDictionary
'Usage
Dim instance As UserProfile
Dim changeQuery As UserProfileChangeQuery
Dim returnValue As UserProfileChangeDictionary
returnValue = instance.GetColleagueChanges(changeQuery)
[ObsoleteAttribute("This has been replaced by GetColleagueChangesByDate",
false)]
public UserProfileChangeDictionary GetColleagueChanges(
UserProfileChangeQuery changeQuery
)
Parameters
changeQuery
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeQueryA query representing the requested types of changes, types of objects, and change token.
Return Value
Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary
Remarks
For profile properties, only those changes whose IsEventLog value is true will be returned.