Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member overrides SyncedListLoader.GetOneListItem(Int64, String, String, Int64, String).
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Overrides 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 override 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
See Also
Reference
PersonalizationLinksSyncedListLoader Class