Share via


SPSocialFeedManager.GetAllLikers method

Retrieves the unabbreviated liker information for the specified microblog post.

Namespace:  Microsoft.Office.Server.Social
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
Public Function GetAllLikers ( _
    postId As String _
) As SPSocialActor()
'Usage
Dim instance As SPSocialFeedManager
Dim postId As String
Dim returnValue As SPSocialActor()

returnValue = instance.GetAllLikers(postId)
public SPSocialActor[] GetAllLikers(
    string postId
)

Parameters

Return value

Type: []
The users who the like the specified post.

See also

Reference

SPSocialFeedManager class

SPSocialFeedManager members

Microsoft.Office.Server.Social namespace