Click or drag to resize
SKUDiscountCouponInfoProviderIsSKUAssignedToDiscountCoupon Method
Returns true if discount coupon can be applied to the given SKU.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsSKUAssignedToDiscountCoupon(
	SKUInfo sku,
	DiscountCouponInfo coupon
)

Parameters

sku
Type: CMS.EcommerceSKUInfo
SKU
coupon
Type: CMS.EcommerceDiscountCouponInfo
Discount coupon

Return Value

Type: Boolean
See Also