ECommerceContext IsUserAuthorizedToModifyDiscountCoupon Method (Boolean)Kentico 8.0 API Reference
Indicates if user is authorized to modify discount coupons.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

global
Type: OnlineSystem Boolean
For global discount coupons (global = True): 'EcommerceGlobalModify' permission is checked. For site-specific discount coupons (global = False): 'EcommerceModify' OR 'ModifyDiscounts' permission is checked.

Return Value

Type: OnlineBoolean
See Also