IsObjectInACLGroup: Difference between revisions
Jump to navigation
Jump to search
Cazomino05 (talk | contribs) No edit summary |
Cazomino05 (talk | contribs) No edit summary |
||
Line 13: | Line 13: | ||
===Returns=== | ===Returns=== | ||
Returns ''true'' if the ObjectName is in the specified GroupName. ''false'' if it is not or invalid | Returns ''true'' if the ObjectName is in the specified GroupName. ''false'' if it is not or invalid arguments where passed. | ||
==Example== | ==Example== |
Revision as of 22:08, 30 March 2009
This function is used to determine if an object is in a group.
Syntax
bool isObjectInACLGroup (string ObjectName, string GroupName)
Required Arguments
- ObjectName: The Object name of the Object you wish to check is in the group for example resource.race or user.Jim
- GroupName: The Group name of the group you wish to check the Object is in for example Admin
Returns
Returns true if the ObjectName is in the specified GroupName. false if it is not or invalid arguments 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