Share via


SocialFeedManager.DeletePost(String) Method

Definition

[Microsoft.SharePoint.Client.Remote]
public Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread> DeletePost (string postId);
member this.DeletePost : string -> Microsoft.SharePoint.Client.ClientResult<Microsoft.SharePoint.Client.Social.SocialThread>
Public Function DeletePost (postId As String) As ClientResult(Of SocialThread)

Parameters

postId
String

Returns

Attributes

Applies to