| Syntax |
|
| Documentation | Returns whether the specified template group exists. A template name may consist of multiple slash separated names whereas the last name is the name within the groups which are specified by the preceding names. E.g. /Default/Test/test is the name of the template test in the subgroup Test of group Default.
|
| Examples | |
| $if{ $code.existsTemplateGroup{/Default} } { Group Default exists. } { Group Default doesn't exist. } | |
| Group | Code |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_ADMINISTRATIVE |
| Minimum parameters | 1 |
| Maximum parameters | 1 |