Share

BrowserNode.InsertChild Method

Parent Object: BrowserNode

Description

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 BrowserNode

Parameters

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.

Version

Introduced in version 2011

Was this information helpful?