DiscountsFilterBase FilterDiscounts Method Kentico 8.1 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.1.5347.20411)

Parameters

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

Return Value

Type: OnlineIEnumerable IConditionalDiscount 
See Also