ECommerceContextIsUserAuthorizedForPermission Method |
Checks the specified ecommerce permission for current user.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax public static bool IsUserAuthorizedForPermission(
string permissionName
)
Parameters
- permissionName
- Type: SystemString
Permission name to be checked
Return Value
Type:
BooleanSee Also