Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds a sub-tree with the specified the parent ID.
Syntax
public int buildSubTree(
int _parentIdx,
anytype _ParentVaue,
[boolean rebuild])
Run On
Client
Parameters
- _parentIdx
Type: int
A node to which the sub tree will be added.
- _ParentVaue
Type: anytype
The value of the parent node.
- rebuild
Type: boolean
A Boolean value that indicates whether to rebuild the tree.
Return Value
Type: int
The current record.