The access levels (bitmapped) that are used to control the various actions that a user is allowed to perform.
Namespace:
EPiServer.SecurityAssembly: EPiServer.BaseLibrary (in EPiServer.BaseLibrary.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] [FlagsAttribute] public enum AccessLevel |
Members
| Member name | Description | |
|---|---|---|
| NoAccess |
No access to an item
| |
| Read |
Read access to an item
| |
| Create |
Create access for an item, i e create new items below this item
| |
| Edit |
Change / create new versions of this item
| |
| Delete |
Delete this item
| |
| Publish |
Publish/unpublish items and versions of an item
| |
| Administer |
Set access rights for an item
| |
| FullAccess |
Full access for an item
| |
| Undefined |
Access level not defined.
|
Remarks
Primarily used to control access to page manipulation functions in EPiServer, but can be used for general-purpose
access restriction functions.