Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
postId
Type: System.StringThe unique identifier of the post.
Return value
Type: []
The users who the like the specified post.