DiscountsFilterBase FilterDiscounts Method Kentico 8.0 API Reference
Returns discounts for which method DiscountIsUsable returns true. Filtering stops when the first discount without ApplyFurtherDiscounts flag found.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

discounts
Type: OnlineSystem.Collections.Generic IEnumerable IConditionalDiscount 
Discounts to be filtered.

Return Value

Type: OnlineIEnumerable IConditionalDiscount 
See Also