Click or drag to resize
MultiBuyDiscountInfoMultiBuyDiscountCollections Property
Returns cached collection of MultiBuyDiscountCollectionInfo 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<MultiBuyDiscountCollectionInfo> MultiBuyDiscountCollections { get; }

Property Value

Type: IEnumerableMultiBuyDiscountCollectionInfo
See Also