Click or drag to resize
MultiBuyDiscountInfoMultiBuyDiscountProducts Property
Returns cached collection of MultiBuyDiscountSKUInfo which are connected with this discount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public virtual IEnumerable<MultiBuyDiscountSKUInfo> MultiBuyDiscountProducts { get; }

Property Value

Type: IEnumerableMultiBuyDiscountSKUInfo
See Also