SocialFeedManager.GetAllLikers method
Retrieves the unabbreviated liker information for the specified microblog post.
Namespace: Microsoft.SharePoint.Client.Social
Assembly: Microsoft.SharePoint.Client.UserProfiles (in Microsoft.SharePoint.Client.UserProfiles.dll)
Syntax
'Declaration
Public Function GetAllLikers ( _
postId As String _
) As ClientResult(Of SocialActor())
'Usage
Dim instance As SocialFeedManager
Dim postId As String
Dim returnValue As ClientResult(Of SocialActor())
returnValue = instance.GetAllLikers(postId)
public ClientResult<SocialActor[]> GetAllLikers(
string postId
)
Parameters
postId
Type: System.StringThe unique identifier of the post.
Return value
Type: Microsoft.SharePoint.Client.ClientResult<[]>
The users who the like the specified post.