[Extension()] public static int TotalQuantity( IList<OrderItem> items, params OrderItemType[] args )
Parameters
- items
- Order 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.