Click or drag to resize
ECommerceContextIsUserAuthorizedToModifySupplier Method (SupplierInfo)
Indicates if user is authorized to modify specific supplier. For global supplier: 'EcommerceGlobalModify' permission is checked. For site-specific supplier: 'EcommerceModify' OR 'ModifySuppliers' permission is checked.

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

Parameters

supplierObj
Type: CMS.EcommerceSupplierInfo
Supplier to be checked

Return Value

Type: Boolean
See Also