WorldWrapperGetByPage Method (Int32, Int32, RequestedLanguage) |
View Project on GitHub
Returns worlds in pagesize.
Namespace: GW2CSharp.V2.Unauthenticated.WorldsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<World> GetByPage(
int page,
int pageSize,
RequestedLanguage requestedLanguage
)
Parameters
- page
- Type: SystemInt32
Page number. - pageSize
- Type: SystemInt32
Size of worlds on one page. - requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
Represents the language which the API should return.
Return Value
Type:
IEnumerableWorldWorld object on the given page.
See Also