PriceWrapperGetById Method |
View Project on GitHub
Returns a buy and sell listings of a given item id from the trading post.
Namespace: GW2CSharp.V2.Unauthenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic Price GetById(
int id
)
Parameters
- id
- Type: SystemInt32
Item id
Return Value
Type:
PriceBuy and sell listings of a given item id.
See Also