SyncedListLoader.GetOneListItem Method
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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
- itemId
Type: System.Int64
- strTitle
Type: System.String
- uri
Type: System.String
- exInt1
Type: System.Int64
- strTargetTo
Type: System.String
Return Value
Type: System.Object