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

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax
C#
public virtual MultiBuyDiscountSKUInfo Get(
	int multiBuyDiscountId,
	int skuId
)

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
skuId
Type: SystemInt32
Product ID.

Return Value

Type: MultiBuyDiscountSKUInfo
Returns an instance of MultiBuyDiscountSKUInfo corresponding to given identifiers or null.

Implements

IMultiBuyDiscountSKUInfoProviderGet(Int32, Int32)
See Also