PeopleManager.HideSuggestion method

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

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.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

  • accountName
    Type: System.String

    The account name of the user to add to the list of people who the user is not interested in following.

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.Office.Server.UserProfiles namespace