Compartilhar via


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

  • strTitle
    Type: System.String

    A string that contains the title of the Web site.

  • uri
    Type: System.String

    A string that contains the URI of the Web site.

  • exInt1
    Type: System.Int64

    An integer that indicates the external interrupt to use for synchronization.

  • strTargetTo
    Type: System.String

    A 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

GlobalPersonalSitesListSyncedListLoader Members

Microsoft.Office.Server.UserProfiles Namespace