Click or drag to resize
ItemWrapperGetById Method (Int32, RequestedLanguage)
View Project on GitHub
Returns the item that matches with the id.

Namespace: GW2CSharp.V2.Unauthenticated.Items
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Item GetById(
	int id,
	RequestedLanguage requestedLanguage
)

Parameters

id
Type: SystemInt32
The item id.
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
Request localized information.

Return Value

Type: Item
Item that matches with the id.
See Also