mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-15 04:11:38 +00:00
12 lines
154 B
C#
12 lines
154 B
C#
namespace Oqtane.Shared
|
|
{
|
|
public enum SecurityAccessLevel
|
|
{
|
|
Anonymous,
|
|
View,
|
|
Edit,
|
|
Admin,
|
|
Host
|
|
}
|
|
}
|