Click or drag to resize
MultiBuyDiscountBrandInfoProviderRemoveMultiBuyDiscountFromBrand Method
Deletes MultiBuyDiscountBrandInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void RemoveMultiBuyDiscountFromBrand(
	int multiBuyDiscountId,
	int brandId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Multi buy discount ID.
brandId
Type: SystemInt32
Brand ID.
Remarks
Removing the MultiBuyDiscountBrandInfo does not affect other existing info objects like MultiBuyDiscountSKUInfo or MultiBuyDiscountDepartmentInfo or MultiBuyDiscountCollectionInfo or MultiBuyDiscountTreeInfo This could lead to extended discount application than needed.
See Also