GlobalPersonalSitesListSyncedListLoader.GetOneListItem Method
Returns a specified item from the list of global personal site locations.
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.Int64The item's integer identifier.
strTitle
Type: System.StringA string that contains the title of the Web site.
uri
Type: System.StringA string that contains the URI of the Web site.
exInt1
Type: System.Int64An integer that indicates the external interrupt to use for synchronization.
strTargetTo
Type: System.StringA string that contains the user name to which the Web site is targeted.
Return Value
Type: System.Object
An object that represents the list item.
See Also
Reference
GlobalPersonalSitesListSyncedListLoader Class