Compartir a través de


del método SocialFeedManager.UnlikePost

Quita el usuario actual de la lista de usuarios que hicieron clic en "Me gusta" para la publicación de microblog especificada.

Espacio de nombres:  Microsoft.SharePoint.Client.Social
Ensamblados:   Microsoft.SharePoint.Client.UserProfiles.Silverlight (en Microsoft.SharePoint.Client.UserProfiles.Silverlight.dll);  Microsoft.SharePoint.Client.UserProfiles.Phone (en Microsoft.SharePoint.Client.UserProfiles.Phone.dll)  Microsoft.SharePoint.Client.UserProfiles (en Microsoft.SharePoint.Client.UserProfiles.dll)

Sintaxis

'Declaración
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

    Identificador único de la entrada de detener gusto.

Valor devuelto

Tipo: Microsoft.SharePoint.Client.ClientResult<SocialThread>
Un resumen del subproceso modificado que incluye la entrada especificada.

Vea también

Referencia

clase SocialFeedManager

Miembros SocialFeedManager

Espacio de nombres Microsoft.SharePoint.Client.Social