Method GetDecorationCategoriesIndex
- Namespace
- GuildWars2.Pve.Home
- Assembly
- GW2SDK.dll
GetDecorationCategoriesIndex(CancellationToken)
Retrieves the IDs of all homestead decoration categories.
public Task<(HashSet<int> Value, MessageContext Context)> GetDecorationCategoriesIndex(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationTokenA token to cancel the request.