Click or drag to resize
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.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool IsUserAuthorizedToModifyOptionCategory(
	OptionCategoryInfo categoryObj
)

Parameters

categoryObj
Type: CMS.EcommerceOptionCategoryInfo
Option category to be checked

Return Value

Type: Boolean
See Also