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.
Deletes the specified microblog post.
Namespace: Microsoft.Office.Server.Social
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Public Function DeletePost ( _
postId As String _
) As SPSocialThread
'Usage
Dim instance As SPSocialFeedManager
Dim postId As String
Dim returnValue As SPSocialThread
returnValue = instance.DeletePost(postId)
public SPSocialThread DeletePost(
string postId
)
Parameters
postId
Type: System.StringThe unique identifier of the post to delete.
Return value
Type: Microsoft.Office.Server.Social.SPSocialThread
A digest of the modified thread, or a null reference (Nothing in Visual Basic) if the whole thread is deleted.
Remarks
If the post is a root post, the whole thread is deleted.