A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class CustomerRoles

CustomerRoles

Inheritance
System.Object
CustomerRoles
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: Mediachase.Commerce.Customers.Security
Assembly: Mediachase.Commerce.dll
Version: 12.17.2
Syntax
[Obsolete("Roles defined in config files are no longer used, for access control Permissions-to-functions from Episerver CMS is used instead. Will remain at least until January 2019")]
public static class CustomerRoles

Properties

AdminRole

Public string literal for the profile administrators role.

Declaration
public static string AdminRole { get; }
Property Value
Type Description
System.String

ManagerRole

Public string literal for the profile managers role.

Declaration
public static string ManagerRole { get; }
Property Value
Type Description
System.String

SchemaManagerRole

Public string literal for the profile schema managers role.

Declaration
public static string SchemaManagerRole { get; }
Property Value
Type Description
System.String

ViewerRole

Public string literal for the profile viewers role.

Declaration
public static string ViewerRole { get; }
Property Value
Type Description
System.String