Click or drag to resize
ECommerceContextIsUserAuthorizedToModifyOptionCategory Method (Boolean)
Indicates if user is authorized to modify option categories.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedToModifyOptionCategory(
	bool global
)

Parameters

global
Type: SystemBoolean
For global option categories (global = True): 'EcommerceGlobalModify' permission is checked. For site-specific option categories (global = False): 'EcommerceModify' OR 'ModifyProducts' permission is checked.

Return Value

Type: Boolean
See Also