PeopleManager.HideSuggestion method

Removes the specified user from the user's list of suggested people to follow.

Namespace:  Microsoft.SharePoint.Client.UserProfiles
Assembly:  Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)

Syntax

'Declaration
Public Sub HideSuggestion ( _
    accountName As String _
)
'Usage
Dim instance As PeopleManager
Dim accountName As String

instance.HideSuggestion(accountName)
public void HideSuggestion(
    string accountName
)

Parameters

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace