Click or drag to resize
Skin Constructor
View Project on GitHub
Represents a single skin.

Namespace: GW2CSharp.V2.Unauthenticated.Items.Skins
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Skin(
	int id,
	string name,
	SkinType type,
	IEnumerable<SkinFlag> flags,
	IEnumerable<Restriction> restrictions,
	string icon,
	string description,
	SkinDetail details
)

Parameters

id
Type: SystemInt32
The skin id.
name
Type: SystemString
The name of the skin.
type
Type: GW2CSharp.V2.Unauthenticated.Items.Skins.EnumsSkinType
The skin type.
flags
Type: System.Collections.GenericIEnumerableSkinFlag
Additional skin flags.
restrictions
Type: System.Collections.GenericIEnumerableRestriction
Restrictions that apply to the skin.
icon
Type: SystemString
The full icon URL.
description
Type: SystemString
Optional skin description.
details
Type: GW2CSharp.V2.Unauthenticated.Items.SkinsSkinDetail
Additional skin details.
See Also