SocialFollowingManager.GetSuggestions - Méthode
Extrait une liste des utilisateurs suggérés pour l'utilisateur actuel pour le suivi.
Espace de noms : Microsoft.SharePoint.Client.Social
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 GetSuggestions As ClientResult(Of SocialActor())
'Utilisation
Dim instance As SocialFollowingManager
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetSuggestions()
public ClientResult<SocialActor[]> GetSuggestions()
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<[]>