[Extension()] public static int TotalQuantity( IList<BasketItem> items, params OrderItemType[] args )
Parameters
- items
- Basket Item List
- args
- The order item types to include in the total.
Return Value
The total quantity of all items in the collection that match the specified order item types.