Virtual Happy Hour canceled for Friday May 31st.

Try our conversational search powered by Generative AI!

Class CustomersPermissions

Permissions for customer subsytem

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

Constructors

CustomersPermissions()

Declaration
public CustomersPermissions()

Fields

ContactCreate

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

ContactDelete

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

ContactEdit

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

ContactList

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

ContactView

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

CustomerTabView

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

OrgsCreate

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

OrgsDelete

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

OrgsEdit

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

OrgsList

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

OrgsView

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

Properties

ContactsCreate

Gets the contacts create permission.

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

The contacts create PermissionType.

ContactsDelete

Gets the delete permission.

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

The contacts delete PermissionType.

ContactsEdit

Gets the contacts edit permission.

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

The contacts edit PermissionType.

ContactsList

Gets the contacts list permission.

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

The contacts list PermissionType.

ContactsView

Gets the contacts view permission.

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

The contacts view PermissionType.

CustomersTabView

Gets the customers tab view permission.

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

The customers tab view PermissionType.

OrganizationsCreate

Gets the organizations create permission.

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

The organizations create PermissionType.

OrganizationsDelete

Gets the organizations delete permission.

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

The organizations delete PermissionType.

OrganizationsEdit

Gets the organizations edit permission.

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

The organizations edit PermissionType.

OrganizationsList

Gets the organizations list permission.

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

The organizations list PermissionType.

OrganizationsView

Gets the organizations view permission.

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

The organizations view PermissionType.