Click or drag to resize
DiscountInfoApplyTogetherWith Method
Returns true if this discount is to be applied on the same base as the given discount. False indicates that discounts are to be applied one after another. False is returned also when discount parameter is null.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax
C#
public bool ApplyTogetherWith(
	IItemDiscount discount
)

Parameters

discount
Type: CMS.EcommerceIItemDiscount
Examined discount.

Return Value

Type: Boolean

Implements

IItemDiscountApplyTogetherWith(IItemDiscount)
See Also