Click or drag to resize
DiscountCouponInfoProviderIsUserAuthorizedToModifyDiscountCoupon Method
Overload List
  NameDescription
Public methodStatic memberIsUserAuthorizedToModifyDiscountCoupon(Boolean, String, IUserInfo)
Indicates if user is authorized to modify discount coupons.
Public methodStatic memberIsUserAuthorizedToModifyDiscountCoupon(DiscountCouponInfo, String, IUserInfo)
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.
Top
See Also