Share via


SocialFeedManager.LikePost(String) Method

Definition

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

Parameters

postId
String

Returns

Attributes

Applies to