Method GetMapSummariesByPage
- Namespace
- GuildWars2.Exploration
- Assembly
- GW2SDK.dll
GetMapSummariesByPage(int, int?, Language?, MissingMemberBehavior, CancellationToken)
Retrieves a page of map summaries.
public Task<(HashSet<MapSummary> Value, MessageContext Context)> GetMapSummariesByPage(int pageIndex, int? pageSize = null, Language? language = 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.
language
LanguageThe language to use for descriptions.
missingMemberBehavior
MissingMemberBehaviorThe desired behavior when JSON contains unexpected members.
cancellationToken
CancellationTokenA token to cancel the request.
Returns
- Task<(HashSet<MapSummary> Value, MessageContext Context)>
A task that represents the API request.