Enum Permission
Defines EPiServer system-specific permissions.
Namespace: EPiServer.Security
Assembly: EPiServer.dll
Version: 7.19.2Syntax
[Obsolete("Replace usage of Permissions with SystemPermissions")]
public enum PermissionRemarks
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.
Fields
| Name | Description | 
|---|---|
| ClientTools | Allow this user to access and use Client Tools and their API | 
| DetailedErrorMessage | Allow this user to see detailed error information | 
| MultiFileUpload | Allow this user to upload files using drag and drop | 
| None | No permission defined | 
| PageProviderMove | Allow this user to move data between page providers. | 
| WebServiceAccess | Allow this user to access web services | 
