Class AssetsPermissions

Permissions for Assets susbsytem

Inheritance
System.Object
AssetsPermissions
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.Assets
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class AssetsPermissions

Constructors

AssetsPermissions()

Declaration
public AssetsPermissions()

Fields

AssetsCreate

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

AssetsDelete

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

AssetsEdit

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

AssetsTabView

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

AssetsView

Declaration
public static readonly PermissionType AssetsView
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 assets create PermissionType.

Delete

Gets the delete permission.

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

The assets delete PermissionType.

Edit

Gets the edit permission.

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

The assets edit PermissionType.

TabView

Gets the assets tab view.

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

The assets tab view PermissionType.

View

Gets the view permission.

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

The assets view PermissionType.