PeopleManager.LoadData 方法
Loads the specified Following data for the specifed user.
命名空间: Microsoft.Office.Server.UserProfiles
程序集: Microsoft.Office.Server.UserProfiles(位于 Microsoft.Office.Server.UserProfiles.dll 中)
语法
声明
Public Sub LoadData ( _
accountName As String, _
dataTypes As PeopleDataTypes _
)
用法
Dim instance As PeopleManager
Dim accountName As String
Dim dataTypes As PeopleDataTypes
instance.LoadData(accountName, dataTypes)
public void LoadData(
string accountName,
PeopleDataTypes dataTypes
)
参数
accountName
类型:System.StringThe account name of the target user.
dataTypes
类型:Microsoft.Office.Server.UserProfiles.PeopleDataTypesThe type of Following data to load.