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.
Insert a new node.
Syntax
public void insertNewNode(
RetailDeploymentHierarchyNodeType newType,
RetailDeploymentHierarchyNode fromNode,
boolean passFrom)
Run On
Called
Parameters
- newType
Type: RetailDeploymentHierarchyNodeType Enumeration
The type of the new node.
- fromNode
Type: RetailDeploymentHierarchyNode Class
The parent.
- passFrom
Type: boolean
True if we are passing the parent.