Click or drag to resize
ListingWrapperGetMultiple Method (Int32)
View Project on GitHub
Returns multiple 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<Listing> GetMultiple(
	params int[] ids
)

Parameters

ids
Type: SystemInt32
Item id's

Return Value

Type: IEnumerableListing
Multiple buy and sell listing informations.
See Also