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 AppRoles

Represents the application roles.

Inheritance
System.Object
AppRoles
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.Core
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
public static class AppRoles

Properties

AdminRole

Public string literal for the admininstrators role.

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

EveryoneRole

Public string literal for the role for everyone.

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

ManagerUserRole

Public string literal for the management users role.

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

RegisteredRole

Public string literal for the registered users role.

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