update_children


Description:

[ Version ( since = "4.2.8" ) ]
public bool update_children (TreeNode? node) throws Error

Update the children of node in this (not recursively, to update recursively, use update_part).

If node is null then the top level nodes are updated.

Parameters:

this

a Tree object

node

a TreeNode node in this, or null

Returns:

TRUE if no error occurred.