Click or drag to resize
ManufacturerInfoProviderIsUserAuthorizedToModifyManufacturer Method (Boolean, String, IUserInfo)
Indicates if user is authorized to modify manufacturers.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public static bool IsUserAuthorizedToModifyManufacturer(
	bool global,
	string siteName,
	IUserInfo user
)

Parameters

global
Type: SystemBoolean
For global manufacturers (global = True): 'EcommerceGlobalModify' permission is checked. For site-specific manufacturers (global = False): 'EcommerceModify' OR 'ModifyManufacturers' permission is checked.
siteName
Type: SystemString
Site name
user
Type: CMS.BaseIUserInfo
User to be checked

Return Value

Type: Boolean
See Also