Table of Contents

Method GetLogoById

Namespace
GuildWars2.Logos
Assembly
GW2SDK.dll

GetLogoById(string, MissingMemberBehavior, CancellationToken)

Retrieves a logo by its ID.

public Task<(Logo Value, MessageContext Context)> GetLogoById(string logoId, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

logoId string

The logo ID.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task<(Logo Value, MessageContext Context)>

A task that represents the API request.