BrowserNode.InsertChild Method
Parent Object: BrowserNodeDescription
Method that creates a new BrowserNode at the specified location. The new BrowserNode is returned.
Syntax
BrowserNode.InsertChild( Definition As BrowserNodeDefinition, TargetNode As BrowserNode, InsertBefore As Boolean ) As BrowserNodeParameters
Name | Type | Description |
Definition | BrowserNodeDefinition | Input object that defines the input definition for the browser node. |
TargetNode | BrowserNode | Input BrowserNode object that specifies the node adjacent to which the new node should be inserted. |
InsertBefore | Boolean | Input Boolean that specifies whether the new node should be inserted before or after the target node. |