Table of Contents

Method GetOutfitsByPage

Namespace
GuildWars2.Hero.Equipment.Outfits
Assembly
GW2SDK.dll

GetOutfitsByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)

Retrieves a page of outfits.

public Task<(HashSet<Outfit> Value, MessageContext Context)> GetOutfitsByPage(int pageIndex, int? pageSize = null, Language? language = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)

Parameters

pageIndex int

How many pages to skip. The first page starts at 0.

pageSize int?

How many entries to take.

language Language

The language to use for descriptions.

missingMemberBehavior MissingMemberBehavior

The desired behavior when JSON contains unexpected members.

cancellationToken CancellationToken

A token to cancel the request.

Returns

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

A task that represents the API request.