Click or drag to resize
ObjectivesWrapperGetById Method (String)
View Project on GitHub
Get an objective using its id

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

Parameters

id
Type: SystemString
The id of the objective

Return Value

Type: Objectives
An objective containing the results
See Also