Click or drag to resize
ECommerceContextIsUserAuthorizedToModifySupplier Method (Boolean)
Indicates if user is authorized to modify suppliers.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 10.0.0
Syntax
C#
public static bool IsUserAuthorizedToModifySupplier(
	bool global
)

Parameters

global
Type: SystemBoolean
For global suppliers (global = True): 'EcommerceGlobalModify' permission is checked. For site-specific suppliers (global = False): 'EcommerceModify' OR 'ModifySuppliers' permission is checked.

Return Value

Type: Boolean
See Also