PeopleManager.GetMySuggestions method

Gets suggestions for who the current user might want to follow.

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

Syntax

'Declaration
Public Function GetMySuggestions As ClientObjectList(Of PersonProperties)
'Usage
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)

returnValue = instance.GetMySuggestions()
public ClientObjectList<PersonProperties> GetMySuggestions()

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>

See also

Reference

PeopleManager class

PeopleManager members

Microsoft.SharePoint.Client.UserProfiles namespace