PeopleManager.GetMySuggestions method
Gets suggestions for who the current user might want to follow.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function GetMySuggestions As List(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As List(Of PersonProperties)
returnValue = instance.GetMySuggestions()
public List<PersonProperties> GetMySuggestions()
Return value
Type: System.Collections.Generic.List<PersonProperties>
Users who the current user might want to follow.