MatchesWrapperGetById Method (String) |
View Project on GitHub
Get a match using its id
Namespace: GW2CSharp.V2.Unauthenticated.WvWAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Matches GetById(
string id
)
Parameters
- id
- Type: SystemString
The id of the match
Return Value
Type:
MatchesA match containing the results
See Also