Table of Contents

Method GetGuildPermissionsIndex

Namespace
GuildWars2.Guilds
Assembly
GW2SDK.dll

GetGuildPermissionsIndex(CancellationToken)

Retrieves the IDs of all guild permissions.

public Task<(HashSet<string> Value, MessageContext Context)> GetGuildPermissionsIndex(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.