ListingWrapperGetMultiple Method (Int32) |
View Project on GitHub
Returns multiple buy and sell listing information from the trading post.
Namespace: GW2CSharp.V2.Unauthenticated.CommerceAssembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntaxpublic IEnumerable<Listing> GetMultiple(
params int[] ids
)
Parameters
- ids
- Type: SystemInt32
Item id's
Return Value
Type:
IEnumerableListingMultiple buy and sell listing informations.
See Also