Method CreateSite
| Improve this Doc View SourceCreateSite(CreateSiteForm, CancellationToken)
Creates a new report for a private message.
Declaration
public Task<SiteResponse> CreateSite(CreateSiteForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CreateSiteForm | form | The form to send for creating a private message report. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<SiteResponse> | The task object representing the asynchronous operation. The task result contains the response after creating a private message report. |