AclGetName
Jump to navigation
Jump to search
Get the name of given ACL.
Syntax
string aclGetName ( acl theAcl )
Required Arguments
- theACL: The ACL to get the name of
Returns
Returns the name of the given ACL as a string if successful. Returns false/nil if unsuccessful, ie the ACL is invalid.
Example
This example does...
--TODO
See Also
- aclCreate
- aclCreateGroup
- aclDestroy
- aclDestroyGroup
- aclGet
- aclGetGroup
- aclGetName
- aclGetRight
- aclGroupAddACL
- aclGroupAddObject
- aclGroupGetName
- aclGroupList
- aclGroupListACL
- aclGroupListObjects
- aclGroupRemoveACL
- aclGroupRemoveObject
- aclList
- aclListRights
- aclReload
- aclRemoveRight
- aclSave
- aclSetRight
- hasObjectPermissionTo
- isObjectInACLGroup