Click or drag to resize
MultiBuyDiscountBrandInfoProviderDeleteMultiBuyDiscountBrandInfo Method

Note: This API is now obsolete.

Deletes specified MultiBuyDiscountBrandInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMultiBuyDiscountBrandInfoProvider.Delete(MultiBuyDiscountBrandInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MultiBuyDiscountBrandInfo.Provider.")]
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