ItemWrapperGetById Method (Int32, RequestedLanguage) |
View Project on GitHub
Returns the item that matches with the id.
Namespace: GW2CSharp.V2.Unauthenticated.ItemsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Item GetById(
int id,
RequestedLanguage requestedLanguage
)
Parameters
- id
- Type: SystemInt32
The item id. - requestedLanguage
- Type: GW2CSharp.EnumsRequestedLanguage
Request localized information.
Return Value
Type:
ItemItem that matches with the id.
See Also