Share via


SocialFeedManager.UnlikePost(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread> UnlikePost (string postId);
member this.UnlikePost : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread>
Public Function UnlikePost (postId As String) As ClientResult(Of SocialThread)

Parameters

postId
String

Returns

Attributes

Applies to