Compartilhar via


SocialFeedManager.LikePost método

O usuário atual torna um liker da postagem 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 LikePost ( _
    postId As String _
) As ClientResult(Of SocialThread)
'Uso
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialThread)

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

Parâmetros

  • postId
    Tipo: System.String

    O identificador exclusivo da postagem para curtir.

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