Click or drag to resize
ECommerceContextIsUserAuthorizedToModifySKU Method (Boolean)
Indicates if user is authorized to modify SKUs.

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

Parameters

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

Return Value

Type: Boolean
See Also