| Attribute Data Type: | number |
| Attribute Default Value: | (not set - 0) |
| Atrribute Group: | General |
| Atrribute Purpose: | Calculated data |
| Attribute Inherited from Preferences? | No |
| Attribute Read-Only? | Yes |
Returns (read-only) the number of children belonging to the current note. This returns the count of direct children (i.e. one level down) and not all descendants. For a count (usually larger) of all notes below this see DescendantCount.
Usually, rules and queries to test whether a note has children will test ChildCount. But for export use ^if(^childLinks^)^... is better if you want the expression to be false if the note has children BUT none of the children are exported.
Note that the count includes adornments.
