OptionCategoryInfoProvider IsUserAuthorizedToModifyOptionCategory Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodStatic memberIsUserAuthorizedToModifyOptionCategory(Boolean, String, IUserInfo)
Indicates if user is authorized to modify option categories.
Public methodStatic memberIsUserAuthorizedToModifyOptionCategory(OptionCategoryInfo, String, IUserInfo)
Indicates if user is authorized to modify specific option category. For global option category: 'EcommerceGlobalModify' permission is checked. For site-specific manufacturer: 'EcommerceModify' OR 'ModifyProducts' permission is checked.
Back to Top
See Also