Enum SecurityAccessLevel
The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action.
Namespace: DotNetNuke.Security
Assembly: DotNetNuke.dll
Syntax
public enum SecurityAccessLevel : int
Fields
Name | Description |
---|---|
Admin | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
Anonymous | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
ControlPanel | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
Edit | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
Host | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
SkinObject | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
View | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |
ViewPermissions | The SecurityAccessLevel enum is used to determine which level of access rights to assign to a specific module or module action. |