Method TransferCommunity
| Improve this Doc View SourceTransferCommunity(TransferCommunityForm, CancellationToken)
Transfers a community to another moderator.
Declaration
Task<GetCommunityResponse> TransferCommunity(TransferCommunityForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
TransferCommunityForm | form | The form to send for transferring a community. |
CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
Type | Description |
---|---|
Task<GetCommunityResponse> | The task object representing the asynchronous operation. The task result contains the response after transferring the community. |