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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static bool IsUserAuthorizedToModifySKU(
SKUInfo skuObj
)
Parameters
- skuObj
- Type: CMS.EcommerceSKUInfo
SKU to be checked
Return Value
Type:
BooleanSee Also