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.BaseLibrary.dll
Version: 7.19.2Syntax
[Flags]
public enum AccessLevelRemarks
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. | 
