Enum UserElevation
Describes the elevation of a user, which is a simplified way to describe permissions.
[WorkInProgressApi("v20.01")]
public enum UserElevation
  Fields
All = 1Any elevation. This is used to set something which is applied to all which are not specified differently.
Anonymous = 10Anonymous users (not logged in).
ContentAdmin = 52Users with content admin rights or higher.
ContentDraft = 50ContentEdit = 51Users with edit content-rights or higher.
SiteAdmin = 80Site admins - can do everything on a site.
SystemAdmin = 90System admins - can do everything on the entire system.
Unknown = 0Unknown state - should not be used, but is the default in case something is not specified.
View = 20Users with view rights - usually all logged-in users.