Indicates if user is authorized to modify SKUs.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- global
- Type: System Boolean
For global SKUs (global = True): 'EcommerceGlobalModify' permission is checked. For site-specific SKUs (global = False): 'EcommerceModify' OR 'ModifyProducts' permission is checked.
- siteName
- Type: System String
Site name
- user
- Type: CMS.Base IUserInfo
User to be checked
Return Value
Type: BooleanSee Also