PeopleManager.GetMySuggestions - Méthode
Obtient des suggestions pour qui l'utilisateur actuel à suivre.
Espace de noms : Microsoft.SharePoint.Client.UserProfiles
Assemblys : Microsoft.SharePoint.Client.UserProfiles.Silverlight (dans Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll); Microsoft.SharePoint.Client.UserProfiles.Phone (dans Microsoft.SharePoint.Client.UserProfiles.Phone.dll) Microsoft.SharePoint.Client.UserProfiles (dans Microsoft.SharePoint.Client.UserProfiles.dll)
Syntaxe
'Déclaration
Public Function GetMySuggestions As ClientObjectList(Of PersonProperties)
'Utilisation
Dim instance As PeopleManager
Dim returnValue As ClientObjectList(Of PersonProperties)
returnValue = instance.GetMySuggestions()
public ClientObjectList<PersonProperties> GetMySuggestions()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientObjectList<PersonProperties>