Click or drag to resize
MultiBuyDiscountInfo.MultiBuyDiscountExcludedBrands Property
Gets excluded collection of MultiBuyDiscountBrandInfo connected to this discount.

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

Property Value

Type: IEnumerable<MultiBuyDiscountBrandInfo>
See Also