Click or drag to resize
DiscountInfoProviderDeleteDiscountInfo Method (Int32)
Deletes discount with specified ID.

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

Parameters

discountId
Type: SystemInt32
Discount ID
See Also