$isDirectOwnerOfGroup

Examines if the current user is the direct owner of the named group.
Syntax
    $isDirectOwnerOfGroup{group_name}
DocumentationExamines if the current user is the direct owner of the named group:

    Parameters:
      group_name, the name of the group to examine if the current user is direct owner of.
    Returns:
      1 if and only if the current user created the named group; 0 otherwise;
Examples
    $switchUser{admin}{admin}
      {
      $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)
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters1
Maximum parameters 1