Partager via


SocialFeedManager.UnlikePost - Méthode

Supprime l'utilisateur actuel dans la liste des likers 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 UnlikePost ( _
    postId As String _
) As ClientResult(Of SocialThread)
'Utilisation
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)

returnValue = instance.UnlikePost(postId)
public ClientResult<SocialThread> UnlikePost(
    string postId
)

Paramètres

  • postId
    Type : System.String

    Identificateur unique de la publication pour arrêter affection.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.ClientResult<SocialThread>
Résumé du thread modifiée incluant le billet spécifié.

Voir aussi

Référence

SocialFeedManager classe

SocialFeedManager - Membres

Microsoft.SharePoint.Client.Social - Espace de noms