PeopleManager.LoadData method

Loads the specified Following data for the specifed user.

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

Syntax

'Declaration
Public Sub LoadData ( _
    accountName As String, _
    dataTypes As PeopleDataTypes _
)
'Usage
Dim instance As PeopleManager
Dim accountName As String
Dim dataTypes As PeopleDataTypes

instance.LoadData(accountName, dataTypes)
public void LoadData(
    string accountName,
    PeopleDataTypes dataTypes
)

Parameters

  • accountName
    Type: System.String

    The account name of the target user.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace