Click or drag to resize
MultiBuyDiscountDepartmentInfoProviderRemoveMultiBuyDiscountFromDepartment Method

Note: This API is now obsolete.

Deletes MultiBuyDiscountDepartmentInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IMultiBuyDiscountDepartmentInfoProvider.Remove(int, int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - MultiBuyDiscountDepartmentInfo.Provider.")]
public static void RemoveMultiBuyDiscountFromDepartment(
	int multiBuyDiscountId,
	int departmentId
)

Parameters

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