$isIndirectOwnerOfGroup

Examines if the current user is either the direct owner or recursive if the owner of the owner of the named group.
Syntax
    $isIndirectOwnerOfGroup{group_name}
DocumentationExamines if the current user is either the direct owner or recursive if the owner of the owner of the named group:

    Parameters:
      group_name, the name of the group to examine if the current user is the indirect owner of.
    Returns:
      1 if and only if the current user is indirect owner of the named group; 0 otherwise.
Examples
    $switchUser{admin}{admin}
      {
      $isIndirectOwnerOfGroup{regulars}
      }

    Result:
    if user "admin" with the password "admin" is a direct or an indirect owner of the
    group "regulars":
    1
    if user "admin" with the password "admin" is not a direct or an indirect owner of the
    group "regulars":
    0
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters1
Maximum parameters 1