ECommerceContext IsUserAuthorizedToModifyDiscountCoupon Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberIsUserAuthorizedToModifyDiscountCoupon(Boolean)
Indicates if user is authorized to modify discount coupons.
Public methodStatic memberIsUserAuthorizedToModifyDiscountCoupon(DiscountCouponInfo)
Indicates if user is authorized to modify specific discount coupon. For global discount coupon: 'EcommerceGlobalModify' permission is checked. For site-specific discount coupon: 'EcommerceModify' OR 'ModifyDiscounts' permission is checked.
Back to Top
See Also