SocialFollowingManager.GetSuggestions method

Retrieves a list of suggested users for the current user to follow.

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

Syntax

'Declaration
Public Function GetSuggestions As ClientResult(Of SocialActor())
'Usage
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetSuggestions()
public ClientResult<SocialActor[]> GetSuggestions()

Return value

Type: Microsoft.SharePoint.Client.ClientResult<[]>

See also

Reference

SocialFollowingManager class

SocialFollowingManager members

Microsoft.SharePoint.Client.Social namespace