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