Method GetGuildsByName
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.dll
GetGuildsByName(string, CancellationToken)
Retrieves a list of guild IDs that match the given name.
public Task<(HashSet<string> Value, MessageContext Context)> GetGuildsByName(string name, CancellationToken cancellationToken = default)
Parameters
name
stringThe name to search for.
cancellationToken
CancellationTokenA token to cancel the request.