Click or drag to resize
MultiBuyDiscountSKUInfoProviderRemoveAllProductsInternal Method
Removes all Products from given MultiBuy Discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveAllProductsInternal(
	int multiBuyDiscountId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
MultiBuy Discount ID
See Also