Method PurgePost
| Improve this Doc View SourcePurgePost(PurgePostForm, CancellationToken)
Purges a post.
Declaration
Task<PurgeItemResponse> PurgePost(PurgePostForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
PurgePostForm | form | The form to send for purging a post. |
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 post. |