Show / Hide Table of Contents

Class AclFile

Class that wraps static ACL functions

Inheritance
Object
AclFile
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Acl
Assembly: SlipeServer.dll
Syntax
public static class AclFile

Methods

| Improve this Doc View Source

Reload()

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
| Improve this Doc View Source

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
  • Improve this Doc
  • View Source
Back to top Generated by DocFX