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.
Inserts a list of nodes under a parent node.
Syntax
protected void insertNodeList(
    int _parentNodeId, 
    List _childNodes, 
    boolean _insertChildren)
Run On
Called
Parameters
- _parentNodeId
 Type: int
 The parent node ID.
- _childNodes
 Type: List Class
 The list of child nodes to insert.
- _insertChildren
 Type: boolean
 A Boolean value that indicates whether to also insert children nodes.