Try our conversational search powered by Generative AI!

Class ReportingPermissions

Permissions for reporting subsytem

Inheritance
System.Object
ReportingPermissions
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.Reporting
Assembly: Mediachase.Commerce.dll
Version: 13.30.0
Syntax
[Obsolete("This class is no longer used. Will remain at least until August 2020.")]
public class ReportingPermissions

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.