Click or drag to resize
MultiBuyDiscountDepartmentInfoProviderRemoveAllDepartmentsInternal Method
Removes all Departments from given MultiBuy Discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual void RemoveAllDepartmentsInternal(
	int multiBuyDiscountId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
MultiBuy Discount ID
See Also