Partager via


SocialFeedManager.GetAllLikers - Méthode

Récupère les informations non abrégée liker pour le billet microblog spécifié.

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 GetAllLikers ( _
    postId As String _
) As ClientResult(Of SocialActor())
'Utilisation
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialActor())

returnValue = instance.GetAllLikers(postId)
public ClientResult<SocialActor[]> GetAllLikers(
    string postId
)

Paramètres

  • postId
    Type : System.String

    Identificateur unique de la publication.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<[]>
Les utilisateurs qui j'aime le billet spécifié.

Voir aussi

Référence

SocialFeedManager classe

SocialFeedManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms