PersonalizationListEventReceiver.GetListItemValues Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.dll)
Syntax
'Declaration
Protected Overrides Function GetListItemValues ( _
item As SPListItem, _
<OutAttribute> ByRef targetTo As String, _
<OutAttribute> ByRef owner As String, _
<OutAttribute> ByRef numVal As Long _
) As Boolean
'Usage
Dim item As SPListItem
Dim targetTo As String
Dim owner As String
Dim numVal As Long
Dim returnValue As Boolean
returnValue = Me.GetListItemValues(item, _
targetTo, owner, numVal)
protected override bool GetListItemValues(
SPListItem item,
out string targetTo,
out string owner,
out long numVal
)
Parameters
- item
Type: Microsoft.SharePoint.SPListItem
- targetTo
Type: System.String
- owner
Type: System.String
- numVal
Type: System.Int64
Return Value
Type: System.Boolean
See Also
Reference
PersonalizationListEventReceiver Class