ECommerceContext IsUserAuthorizedToModifyManufacturer Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberIsUserAuthorizedToModifyManufacturer(Boolean)
Indicates if user is authorized to modify manufacturers.
Public methodStatic memberIsUserAuthorizedToModifyManufacturer(ManufacturerInfo)
Indicates if current user is authorized to modify specific manufacturer. For global manufacturer: 'EcommerceGlobalModify' permission is checked. For site-specific manufacturer: 'EcommerceModify' OR 'ModifyManufacturers' permission is checked.
Back to Top
See Also