Class AclGroup
Class that represents a group of different ACL entries
Assembly: SlipeServer.dll
Syntax
Constructors
|
Improve this Doc
View Source
AclGroup(String)
Declaration
public AclGroup(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Fields
|
Improve this Doc
View Source
group
Declaration
protected MtaAclGroup group
Field Value
Type |
Description |
Slipe.MtaDefinitions.MtaAclGroup |
|
Properties
|
Improve this Doc
View Source
ACL
Return the MTAAClgroup class instance
Declaration
public MtaAclGroup ACL { get; }
Property Value
Type |
Description |
Slipe.MtaDefinitions.MtaAclGroup |
|
|
Improve this Doc
View Source
All
Get all ACL groups on this server
Declaration
public static AclGroup[] All { get; }
Property Value
|
Improve this Doc
View Source
Entries
Get an array of all ACL Entries in this group
Declaration
public AclEntry[] Entries { get; }
Property Value
|
Improve this Doc
View Source
Name
Get the name of this ACL group
Declaration
public string Name { get; }
Property Value
|
Improve this Doc
View Source
Objects
Get an array of all ACL objects in this group
Declaration
public IAclObject[] Objects { get; }
Property Value
Methods
|
Improve this Doc
View Source
AddEntry(AclEntry)
Add a new ACL entry to this group
Declaration
public bool AddEntry(AclEntry entry)
Parameters
Returns
|
Improve this Doc
View Source
AddObject(IAclObject)
Add a new object to this group
Declaration
public bool AddObject(IAclObject obj)
Parameters
Returns
|
Improve this Doc
View Source
Destroy()
Declaration
Returns
|
Improve this Doc
View Source
Get(String)
Get an ACL group instance from the name of the group
Declaration
public static AclGroup Get(string name)
Parameters
Type |
Name |
Description |
String |
name |
|
Returns
|
Improve this Doc
View Source
RemoveEntry(AclEntry)
Remove an ACL entry from this group
Declaration
public bool RemoveEntry(AclEntry entry)
Parameters
Returns
|
Improve this Doc
View Source
RemoveObject(IAclObject)
Remove an ACL object form this group
Declaration
public bool RemoveObject(IAclObject obj)
Parameters
Returns