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

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

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
collectionId
Type: SystemInt32
Collection ID.

Return Value

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

Implements

IMultiBuyDiscountCollectionInfoProviderGet(Int32, Int32)
See Also