Click or drag to resize
ECommerceContextIsUserAuthorizedToModifyManufacturer Method (ManufacturerInfo)
Indicates if current user is authorized to modify specific manufacturer. For global manufacturer: 'EcommerceGlobalModify' permission is checked. For site-specific manufacturer: 'EcommerceModify' OR 'ModifyManufacturers' permission is checked.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedToModifyManufacturer(
	ManufacturerInfo manufacturerObj
)

Parameters

manufacturerObj
Type: CMS.EcommerceManufacturerInfo
Manufacturer to be checked

Return Value

Type: Boolean
See Also