Class ReportingPermissions
Permissions for reporting subsytem
Inheritance
System.Object
ReportingPermissions
Namespace: Mediachase.Commerce.Reporting
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class ReportingPermissions : Object
Constructors
ReportingPermissions()
Declaration
public ReportingPermissions()
Fields
ReportingTabView
Declaration
public static readonly PermissionType ReportingTabView
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
ReportingView
Declaration
public static readonly PermissionType ReportingView
Field Value
Type | Description |
---|---|
EPiServer.Security.PermissionType |
Properties
TabView
Gets the TabView permission.
Declaration
public PermissionType TabView { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The reporting view PermissionType. |
View
Gets the view permission.
Declaration
public PermissionType View { get; }
Property Value
Type | Description |
---|---|
EPiServer.Security.PermissionType | The reporting view PermissionType. |