| Syntax |
|
| Documentation | Returns the number of children of the current branch:
or if set to 1 that the number of the childrens children is also requested. The value defaults to 0.
|
| Examples | |
$set{child_count}{$getChildCount{}} $//The value of the variable 'child_count' equals to the number of all children of the current branch, including the childrens children. $set{child_count}{$getChildCount{1}} |
|
| Group | Branch |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 1 |