Defines EPiServer system-specific permissions.
Namespace:
EPiServer.SecurityAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
C# |
---|
[SerializableAttribute] public enum Permission |
Members
Member name | Description | |
---|---|---|
EditorUnlimitedFunctions |
Allow this user unlimited access to the editor functions.
| |
DetailedErrorMessage |
Allow this user to see detailed error information
| |
ClientTools |
Allow this user to access and use Client Tools and their API
| |
MultiFileUpload |
Allow this user to upload files using drag and drop
| |
WebServiceAccess |
Allow this user to access web services
| |
PageProviderMove |
Allow this user to move data between page providers.
|
Remarks
This is used to determine access to different types of system functions, such as allow a user to create directories
with the link tool. Note that this should not be confused with the access levels used to control access to pages in
EPiServer.