London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
Syntax
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

CustomerServiceRepresentatives

The name of the role that is allowed to access customer service interfaces.

Declaration
public const string CustomerServiceRepresentatives = "CustomerServiceRepresentatives"
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

ReportManagers

The name of the role that is allowed to manage reports.

Declaration
public const string ReportManagers = "ReportManagers"
Field Value
Type Description
System.String