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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public static bool IsUserAuthorizedToModifySupplier(
SupplierInfo supplierObj
)
Parameters
- supplierObj
- Type: CMS.EcommerceSupplierInfo
Supplier to be checked
Return Value
Type:
BooleanSee Also