[Extension()] public static decimal TotalProductPrice( IList<BasketItem> items, int[] productIds, FilterRule filter )
Parameters
- items
- Basket Item List
- productIds
- An array of integer that represents a list of product ids to filter on.
- filter
- The rule for filtering products.
Return Value
The total price of all products in the collection, as modified by the filter..