SKUInfoProviderGetCouponProductsInternal Method |
Returns the query for all products which are assigned to the specified discount coupon.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual ObjectQuery<SKUInfo> GetCouponProductsInternal(
int couponId
)
Parameters
- couponId
- Type: SystemInt32
Coupon ID
Return Value
Type:
ObjectQuerySKUInfoSee Also