Click or drag to resize
DiscountInfoProviderGetDiscountInfo Method (Int32)
Returns discount with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DiscountInfo GetDiscountInfo(
	int discountId
)

Parameters

discountId
Type: SystemInt32
Discount ID

Return Value

Type: DiscountInfo
See Also