Click or drag to resize
MultiBuyDiscountInfoMultiBuyDiscountIncludedBrands Property
Gets included collection of MultiBuyDiscountBrandInfo connected to this discount.

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

Property Value

Type: IEnumerableMultiBuyDiscountBrandInfo
See Also