QuickLinkManager.ModifyDataRow Method
This member overrides PrivacyItemManagerBase<T>.ModifyDataRow(DataRow, T).
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 QuickLink _
)
'Usage
Dim dataRow As DataRow
Dim privacyItem As QuickLink
Me.ModifyDataRow(dataRow, privacyItem)
protected internal override void ModifyDataRow(
DataRow dataRow,
QuickLink privacyItem
)
Parameters
dataRow
Type: System.Data.DataRow..
privacyItem
Type: Microsoft.Office.Server.UserProfiles.QuickLink..