SecurityAccessEnum Enumeration |
Namespace: CMS.Helpers
public enum SecurityAccessEnum
Member name | Value | Description | |
---|---|---|---|
AllUsers | 0 | All users. | |
AuthenticatedUsers | 1 | Authenticated users. | |
AuthorizedRoles | 2 | Authorized roles. | |
GroupMembers | 3 | Group members. | |
Nobody | 4 | Nobody. | |
Owner | 5 | Owner. | |
GroupAdmin | 6 | Admnin of the current group. | |
GlobalAdmin | 7 | Global administrator. |