SPSocialFollowingManager.GetSuggestions method
Retrieves a list of suggested users for the current user to follow.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetSuggestions As SPSocialActor()
'Usage
Dim instance As SPSocialFollowingManager
Dim returnValue As SPSocialActor()
returnValue = instance.GetSuggestions()
public SPSocialActor[] GetSuggestions()
Return value
Type: []
A list of users who the current user might want to follow.
See also
Reference
SPSocialFollowingManager class