Click or drag to resize
MinisWrapperGet Method (Int32, RequestedLanguage)
View Project on GitHub
Returns a single mini that matches the id.

Namespace: GW2CSharp.V2.Unauthenticated.Minis
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Mini Get(
	int id,
	RequestedLanguage requestedLanguage
)

Parameters

id
Type: SystemInt32
The mini identifier.
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
Language in which the API should be called.

Return Value

Type: Mini
Mini that matches the id.
See Also