Click or drag to resize
WorldWrapperGetByIds Method (IEnumerableInt32, RequestedLanguage)
View Project on GitHub
Returns the worlds that matches the ids.

Namespace: GW2CSharp.V2.Unauthenticated.Worlds
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<World> GetByIds(
	IEnumerable<int> ids,
	RequestedLanguage requestedLanguage
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
The world ids.
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
Represents the language which the API should return. Default english.

Return Value

Type: IEnumerableWorld
List of worlds that matches the ids.
See Also