Click or drag to resize
MultiBuyDiscountBrandInfoProviderDeleteMultiBuyDiscountBrandInfo Method
Deletes specified MultiBuyDiscountBrandInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public static void DeleteMultiBuyDiscountBrandInfo(
	MultiBuyDiscountBrandInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceMultiBuyDiscountBrandInfo
MultiBuyDiscountBrandInfo object.
Remarks
Deleting 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