Method GetSite
| Improve this Doc View SourceGetSite(GetSiteForm, CancellationToken)
Gets a site.
Declaration
public Task<GetSiteResponse> GetSite(GetSiteForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| GetSiteForm | form | The form to send for retrieving a site. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<GetSiteResponse> | The task object representing the asynchronous operation. The task result contains the response with the retrieved site. |