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 an array of nodes into the internal map and updates the parent node to point to the child.
Syntax
protected void insertNewNodeArrayAndUpdateParent(Array _nodes, [RetailDeploymentHierarchyNode _parentNode])
Run On
Called
Parameters
- _nodes
Type: Array Class
The nodes to insert.
- _parentNode
Type: RetailDeploymentHierarchyNode Class
The parent node of the nodes; optional.