Class AdminRank
Inheritance
System.Object
AdminRank
Assembly: Content.Server.dll
Syntax
public sealed class AdminRank : object
Constructors
|
Improve this Doc
View Source
AdminRank(String, AdminFlags)
Declaration
public AdminRank(string name, AdminFlags flags)
Parameters
Type |
Name |
Description |
System.String |
name |
|
AdminFlags |
flags |
|
Properties
|
Improve this Doc
View Source
Flags
Declaration
public AdminFlags Flags { get; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|