PeopleManager.LoadMyData method
Loads the specified Following data for the current user.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Sub LoadMyData ( _
dataTypes As PeopleDataTypes _
)
'Usage
Dim instance As PeopleManager
Dim dataTypes As PeopleDataTypes
instance.LoadMyData(dataTypes)
public void LoadMyData(
PeopleDataTypes dataTypes
)
Parameters
dataTypes
Type: Microsoft.Office.Server.UserProfiles.PeopleDataTypesThe type of Following data to load.