Click or drag to resize
MultiBuyDiscountInfoMultiBuyDiscountExcludedBrands Property
Gets excluded 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> MultiBuyDiscountExcludedBrands { get; }

Property Value

Type: IEnumerableMultiBuyDiscountBrandInfo
See Also