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