Class CorePermissions
Permissions for Core subsytem
Inheritance
Inherited Members
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 13.30.0Syntax
public class CorePermissions
Constructors
CorePermissions()
Declaration
public CorePermissions()
Fields
CoreApplogDelete
Declaration
public static readonly PermissionType CoreApplogDelete
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreApplogView
Declaration
public static readonly PermissionType CoreApplogView
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreBusinessFoundation
Declaration
public static readonly PermissionType CoreBusinessFoundation
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreLeftMenu
Declaration
public static readonly PermissionType CoreLeftMenu
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreLicensing
Declaration
public static readonly PermissionType CoreLicensing
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreLogin
Declaration
public static readonly PermissionType CoreLogin
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreSearch
Declaration
public static readonly PermissionType CoreSearch
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreSettings
Declaration
public static readonly PermissionType CoreSettings
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreSyslogDelete
Declaration
public static readonly PermissionType CoreSyslogDelete
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
CoreSyslogView
Declaration
public static readonly PermissionType CoreSyslogView
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
Properties
ApplogDelete
Gets the applog delete permission.
Declaration
public PermissionType ApplogDelete { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core application log delete PermissionType. |
ApplogView
Gets the applog view permission.
Declaration
public PermissionType ApplogView { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core application log view PermissionType. |
BusinessFoundation
Gets the business foundation permission.
Declaration
public PermissionType BusinessFoundation { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core business foundation PermissionType. |
LeftMenu
Gets the left menu permission.
Declaration
public PermissionType LeftMenu { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The left menu PermissionType. |
Licensing
Gets the licensing permission.
Declaration
public PermissionType Licensing { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core licensing PermissionType. |
Login
Gets the login permission.
Declaration
public PermissionType Login { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core login PermissionType. |
Search
Gets the search permission.
Declaration
public PermissionType Search { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core search PermissionType. |
Settings
Gets the settings permission.
Declaration
public PermissionType Settings { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core settings PermissionType. |
SyslogDelete
Gets the syslog permission.
Declaration
public PermissionType SyslogDelete { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core system log PermissionType. |
SyslogView
Gets the syslog view permission.
Declaration
public PermissionType SyslogView { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The core system logg view PermissionType. |