Table of Contents

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 CancellationToken

A token to cancel the request.

Returns

Task<(HashSet<int> Value, MessageContext Context)>

A task that represents the API request.