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

Return value

Type: Microsoft.Office.Server.UserProfiles.UserProfileChangeDictionary
All changes made to this user's colleagues' data that are defined by the specified change query.

Remarks

For profile properties, only those changes whose IsEventLog value is true are returned.

See also

Reference

UserProfile class

UserProfile members

GetColleagueChanges overload

Microsoft.Office.Server.UserProfiles namespace