Click or drag to resize
DiscountInfoProviderGetDiscountInfo Method (String, String)
Returns discount with specified name.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static DiscountInfo GetDiscountInfo(
	string discountName,
	string siteName
)

Parameters

discountName
Type: SystemString
Discount name
siteName
Type: SystemString
Site name

Return Value

Type: DiscountInfo
See Also