Inserts a C1TreeViewNode at a specified index.

Namespace:  C1.Web.UI.Controls.C1TreeView
Assembly:  C1TreeViewClient (in C1TreeViewClient.dll)

Syntax

JavaScript
function insert(index, node);

Parameters

index
Type: System..::..Int32
Index where the C1TreeViewNode will be inserted.
node
Type: C1.Web.UI.Controls.C1TreeView..::..C1TreeViewNode
C1TreeViewNode to insert to the list.

See Also