Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- accountName
Type: System.String