Click or drag to resize
MultiBuyDiscountDepartmentInfoProviderRemoveMultiBuyDiscountFromDepartment Method
Deletes MultiBuyDiscountDepartmentInfo binding.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static void RemoveMultiBuyDiscountFromDepartment(
	int multiBuyDiscountId,
	int departmentId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Multi buy discount ID
departmentId
Type: SystemInt32
Department ID
See Also