Click or drag to resize
MatchesWrapperGetById Method (String, RequestedLanguage)
View Project on GitHub
Get a match using its id

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Matches GetById(
	string id,
	RequestedLanguage requestedLanguage
)

Parameters

id
Type: SystemString
The id of the match
requestedLanguage
Type: GW2CSharp.EnumsRequestedLanguage
The language to display the results in

Return Value

Type: Matches
A match containing the results
See Also