| Syntax |
|
| Documentation | Returns a list of the names of all groups the current user is permitted to administrate:
|
| Examples | |
Example 1:
Result 1: returns all manipulatable groups for the current user: for example: guests_group regulars_group admin_group
$getManipulateableGroups{} } Result 2: returns nothing, username "guest" with the password "guest" has no administrative rights
Deleting existing group: $get{i} $removeGroup{$get{i}} ... Success. } Result 3: removes all manipulateable groups: Deleting existing group: guest_group ... Success. Deleting existing group: regulars_group ... Success. |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 0 |
| Maximum parameters | 0 |