Class RoleNames
Inheritance
System.Object
    RoleNames
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.Commerce.Security
Assembly: EPiServer.Business.Commerce.dll
Version: 10.8.0Syntax
public static class RoleNames
  Fields
CatalogManagers
The name of the role that is allowed to manage catalogs.
Declaration
public const string CatalogManagers = "CatalogManagers"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CommerceAdmins
The name of the role that is allowed to administer commerce content and settings.
Declaration
public const string CommerceAdmins = "CommerceAdmins"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
CommerceSettingsAdmins
The name of the role that is allowed to administer commerce settings.
Declaration
public const string CommerceSettingsAdmins = "CommerceSettingsAdmins"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
EPiBetaUsers
The name of the role that is allowed to use beta features.
Declaration
public const string EPiBetaUsers = "EPiBetaUsers"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
MarketingManagers
The name of the role that is allowed to manage marketing.
Declaration
public const string MarketingManagers = "MarketingManagers"
  Field Value
| Type | Description | 
|---|---|
| System.String |