Indicates if given coupon code is suitable for discount. Returns false if discount has no codes assigned.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- discount
- Type: CMS.Ecommerce MultiBuyDiscountInfo
The discount.
- couponCode
- Type: System String
Code to be checked
- ignoreUseLimit
- Type: System Boolean
Indicates if use limitation is to be ignored.
Return Value
Type: BooleanSee Also