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.StringThe account name of the target user.
dataTypes
Type: Microsoft.Office.Server.UserProfiles.PeopleDataTypesThe type of Following data to load.