Click or drag to resize
IMultiBuyDiscountDepartmentInfoProviderGet Method (Int32, Int32)
Gets an instance of the MultiBuyDiscountDepartmentInfo binding structure.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
MultiBuyDiscountDepartmentInfo Get(
	int multiBuyDiscountId,
	int departmentId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
departmentId
Type: SystemInt32
Department ID.

Return Value

Type: MultiBuyDiscountDepartmentInfo
Returns an instance of MultiBuyDiscountDepartmentInfo corresponding to given identifiers or null.
See Also