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.
Removes the current user from the list of likers 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 UnlikePost ( _
postId As String _
) As SPSocialThread
'Usage
Dim instance As SPSocialFeedManager
Dim postId As String
Dim returnValue As SPSocialThread
returnValue = instance.UnlikePost(postId)
public SPSocialThread UnlikePost(
string postId
)
Parameters
postId
Type: System.StringThe unique identifier of the post to stop liking.
Return value
Type: Microsoft.Office.Server.Social.SPSocialThread
A digest of the modified thread that includes the specified post.