Method GetEmblemForegroundsByPage
- Namespace
- GuildWars2.Guilds
- Assembly
- GuildWars2.dll
GetEmblemForegroundsByPage(int, int?, MissingMemberBehavior, CancellationToken)
Retrieves a page of emblem foregrounds.
public Task<(HashSet<EmblemForeground> Value, MessageContext Context)> GetEmblemForegroundsByPage(int pageIndex, int? pageSize = null, MissingMemberBehavior missingMemberBehavior = MissingMemberBehavior.Error, CancellationToken cancellationToken = default)
Parameters
pageIndexintHow many pages to skip. The first page starts at 0.
pageSizeint?How many entries to take.
missingMemberBehaviorMissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationTokenCancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<EmblemForeground> Value, MessageContext Context)>
A task that represents the API request.