GetAssetsForSiteAsync
Declaration
public Task<AssetResult> GetAssetsForSiteAsync(string siteId, CancellationToken cancellationToken = default)
Parameters
| Name | Type | Summary |
|---|---|---|
| siteId | string | The site ID to query assets for. |
| cancellationToken | CancellationToken | Token to cancel the operation. |