Try our conversational search powered by Generative AI!

Class MarketsPermissions

Permissions for markets subsytem

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

Constructors

MarketsPermissions()

Declaration
public MarketsPermissions()

Fields

MarketsCreate

Declaration
public static readonly PermissionType MarketsCreate
Field Value
Type Description
EPiServer.Security.PermissionType

MarketsDelete

Declaration
public static readonly PermissionType MarketsDelete
Field Value
Type Description
EPiServer.Security.PermissionType

MarketsEdit

Declaration
public static readonly PermissionType MarketsEdit
Field Value
Type Description
EPiServer.Security.PermissionType

MarketsTabView

Declaration
public static readonly PermissionType MarketsTabView
Field Value
Type Description
EPiServer.Security.PermissionType

MarketsView

Declaration
public static readonly PermissionType MarketsView
Field Value
Type Description
EPiServer.Security.PermissionType

Properties

Create

Gets the create permission.

Declaration
public PermissionType Create { get; }
Property Value
Type Description
EPiServer.Security.PermissionType

The markets create PermissionType.

Delete

Gets the delete permission.

Declaration
public PermissionType Delete { get; }
Property Value
Type Description
EPiServer.Security.PermissionType

The markets delete PermissionType.

Edit

Gets the edit permission.

Declaration
public PermissionType Edit { get; }
Property Value
Type Description
EPiServer.Security.PermissionType

The markets edit PermissionType.

TabView

Gets the TabView permission.

Declaration
public PermissionType TabView { get; }
Property Value
Type Description
EPiServer.Security.PermissionType

The markets tab view PermissionType.

View

Gets the view permission.

Declaration
public PermissionType View { get; }
Property Value
Type Description
EPiServer.Security.PermissionType

The markets view PermissionType.