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

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

Parameters

multiBuyDiscountId
Type: SystemInt32
Buy X Get Y discount ID.
nodeId
Type: SystemInt32
Node ID.

Return Value

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

Implements

IMultiBuyDiscountTreeInfoProviderGet(Int32, Int32)
See Also