Click or drag to resize
QuagganWrapperGet Method
View Project on GitHub
Returns a single quaggan that matches the id.

Namespace: GW2CSharp.V2.Unauthenticated.Quaggans
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Quaggan Get(
	string id
)

Parameters

id
Type: SystemString
The quaggan identifier.

Return Value

Type: Quaggan
Quaggan that matches the id.
See Also