Method GetEmblemForegroundsByPage
- Namespace
- GuildWars2.Guilds
- Assembly
- GW2SDK.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
pageIndex
intHow many pages to skip. The first page starts at 0.
pageSize
int?How many entries to take.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<EmblemForeground> Value, MessageContext Context)>
A task that represents the API request.