ColleagueManager.ModifyDataRow Method
Updates the colleague in the user profile store.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Friend Overrides Sub ModifyDataRow ( _
dataRow As DataRow, _
privacyItem As Colleague _
)
'Usage
Dim dataRow As DataRow
Dim privacyItem As Colleague
Me.ModifyDataRow(dataRow, privacyItem)
protected internal override void ModifyDataRow(
DataRow dataRow,
Colleague privacyItem
)
Parameters
dataRow
Type: System.Data.DataRowThe DataRow in the user profile store to update.
privacyItem
Type: Microsoft.Office.Server.UserProfiles.ColleagueThe modified colleague.