SupplierInfoProvider IsUserAuthorizedToModifySupplier Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberIsUserAuthorizedToModifySupplier(Boolean, String, IUserInfo)
Indicates if user is authorized to modify suppliers.
Public methodStatic memberIsUserAuthorizedToModifySupplier(SupplierInfo, String, IUserInfo)
Indicates if user is authorized to modify specific supplier. For global supplier: 'EcommerceGlobalModify' permission is checked. For site-specific supplier: 'EcommerceModify' OR 'ModifySuppliers' permission is checked.
Back to Top
See Also