Method PurgeComment
| Improve this Doc View SourcePurgeComment(PurgeCommentForm, CancellationToken)
Purges a comment.
Declaration
Task<PurgeItemResponse> PurgeComment(PurgeCommentForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
PurgeCommentForm | form | The form to send for purging a comment. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<PurgeItemResponse> | The task object representing the asynchronous operation. The task result contains the response after purging the comment. |