Method EditSite
| Improve this Doc View SourceEditSite(EditSiteForm, CancellationToken)
Edits a site.
Declaration
Task<SiteResponse> EditSite(EditSiteForm form, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
EditSiteForm | form | The form to send for editing a site. |
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 editing the site. |