PeopleManager.HideSuggestion method
移除指定的使用者從使用者的清單中的建議追蹤的人員。
Namespace: Microsoft.SharePoint.Client.UserProfiles
Assemblies: Microsoft.SharePoint.Client.UserProfiles.Silverlight (in Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (in Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
語法
'宣告
Public Sub HideSuggestion ( _
accountName As String _
)
'用途
Dim instance As PeopleManager
Dim accountName As String
instance.HideSuggestion(accountName)
public void HideSuggestion(
string accountName
)
參數
- accountName
Type: System.String