Method that creates a new BrowserNode at the specified location. The new BrowserNode is returned.
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. |