Click or drag to resize
DiscountInfoProviderGetDiscounts Method
Returns the query for all discounts.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<DiscountInfo> GetDiscounts()

Return Value

Type: ObjectQueryDiscountInfo
See Also