SkinWrapperGetById Method |
View Project on GitHub
Returns the skin that matches with the id.
Namespace: GW2CSharp.V2.Unauthenticated.Items.SkinsAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Skin GetById(
int id,
RequestedLanguage requestedLanguage = RequestedLanguage.En
)
Parameters
- id
- Type: SystemInt32
The skin id. - requestedLanguage (Optional)
- Type: GW2CSharp.EnumsRequestedLanguage
(Optional) Request localized information.
Return Value
Type:
SkinSkin that matches with the id.
See Also