Share via


SyncedListLoader.GetOneListItem method

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Protected MustOverride Function GetOneListItem ( _
    itemId As Long, _
    strTitle As String, _
    uri As String, _
    exInt1 As Long, _
    strTargetTo As String _
) As Object
'Usage
Dim itemId As Long
Dim strTitle As String
Dim uri As String
Dim exInt1 As Long
Dim strTargetTo As String
Dim returnValue As Object

returnValue = Me.GetOneListItem(itemId, _
    strTitle, uri, exInt1, strTargetTo)
protected abstract Object GetOneListItem(
    long itemId,
    string strTitle,
    string uri,
    long exInt1,
    string strTargetTo
)

Parameters

Return value

Type: System.Object

See also

Reference

SyncedListLoader class

SyncedListLoader members

Microsoft.Office.Server.UserProfiles namespace