Click or drag to resize
ECommerceContextIsUserAuthorizedToModifySKU Method (SKUInfo)
Indicates if user is authorized to modify specific SKU. For global SKU: 'EcommerceGlobalModify' permission is checked. For site-specific SKU: '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 IsUserAuthorizedToModifySKU(
	SKUInfo skuObj
)

Parameters

skuObj
Type: CMS.EcommerceSKUInfo
SKU to be checked

Return Value

Type: Boolean
See Also