Class AclFile
Class that wraps static ACL functions
Inherited Members
Namespace: Slipe.Server.Acl
Assembly: SlipeServer.dll
Syntax
public static class AclFile
Methods
| Improve this Doc View SourceReload()
This function reloads the ACL's and the ACL groups from the ACL XML file. All ACL and ACL group elements are invalid after a call to this and should not be used anymore.
Declaration
public static bool Reload()
Returns
Type | Description |
---|---|
Boolean |
Save()
The ACL XML file is automatically saved whenever the ACL is modified, but the automatic save can be delayed by up to 10 seconds for performance reasons. Calling this function will force an immediate save.
Declaration
public static bool Save()
Returns
Type | Description |
---|---|
Boolean |