ECommerceContextIsUserAuthorizedToModifyOptionCategory Method (OptionCategoryInfo) |
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.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static bool IsUserAuthorizedToModifyOptionCategory(
OptionCategoryInfo categoryObj
)
Parameters
- categoryObj
- Type: CMS.EcommerceOptionCategoryInfo
Option category to be checked
Return Value
Type:
BooleanSee Also