IsObjectInACLGroup
Jump to navigation
Jump to search
This function is used to determine if an object is in a group.
Syntax
bool isObjectInACLGroup (string ObjectName, string GroupName)
Returns
Returns true if the ObjectName is in the specified GroupName. false if it is not or invalid arguements where passed.
Example
--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