Click or drag to resize
SkinWrapperGetById Method
View Project on GitHub
Returns the skin that matches with the id.

Namespace: GW2CSharp.V2.Unauthenticated.Items.Skins
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public 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: Skin
Skin that matches with the id.
See Also