| Syntax |
|
| Documentation | Examines if the current user is the direct owner of the named group:
|
| Examples | |
$isDirectOwnerOfGroup{regulars} } Result: if user "admin" with the password "admin" is a direct owner of the group "regulars": 1 (true) if user "admin" with the password "admin" is not a direct owner of the group "regulars": 0 (false) |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 1 |
| Maximum parameters | 1 |