Share via


SocialFeedManager.GetAllLikers(String) Method

Definition

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

Parameters

postId
String

Returns

Attributes

Applies to