Partilhar via


SocialFeedManager.UnlikePost método

Remove o usuário atual da lista de likers para a postagem de microblog especificado.

Namespace:  Microsoft.SharePoint.Client.Social
Assemblies:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (em Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (em Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (em Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxe

'Declaração
Public Function UnlikePost ( _
    postId As String _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)

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

Parâmetros

  • postId
    Tipo: System.String

    O identificador exclusivo da postagem para parar vinculando.

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
Um resumo do thread modificada que inclui a postagem especificada.

Ver também

Referência

SocialFeedManager classe

SocialFeedManager membros

Microsoft.SharePoint.Client.Social namespace