Click or drag to resize
PriceWrapperGetMultiple Method (IEnumerableInt32)
View Project on GitHub
Returns multiple aggregated buy and sell listing information from the trading post.

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public IEnumerable<Price> GetMultiple(
	IEnumerable<int> ids
)

Parameters

ids
Type: System.Collections.GenericIEnumerableInt32
Item id's

Return Value

Type: IEnumerablePrice
Multiple aggregated buy and sell listing informations.
See Also