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

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

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
brandId
Type: SystemInt32
Brand ID.

Return Value

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