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

Remarks

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

See Also

Reference

UserProfile Class

UserProfile Members

GetColleagueChanges Overload

Microsoft.Office.Server.UserProfiles Namespace