Click or drag to resize
MultiBuyDiscountBrandInfoProviderRemove Method
Deletes MultiBuyDiscountBrandInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual void Remove(
	int multiBuyDiscountId,
	int brandId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
brandId
Type: SystemInt32
Brand ID.

Implements

IMultiBuyDiscountBrandInfoProviderRemove(Int32, Int32)
See Also