Table of Contents

Method GetGlyphById

Namespace
GuildWars2.Pve.Home
Assembly
GW2SDK.dll

GetGlyphById(string, MissingMemberBehavior, CancellationToken)

Retrieves a homestead glyph by its ID.

public Task<(Glyph Value, MessageContext Context)> GetGlyphById(string glyphId, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

glyphId string

The glyph ID.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(Glyph Value, MessageContext Context)>

A task that represents the API request.