ECommerceContext IsUserAuthorizedToModifyManufacturer Method (Boolean)Kentico 8.1 API Reference
Indicates if user is authorized to modify manufacturers.

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

Parameters

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

Return Value

Type: OnlineBoolean
See Also