Adds a C1TreeViewNode node to the collection.

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

Syntax

JavaScript
function add(node);

Parameters

node
Type: C1.Web.UI.Controls.C1TreeView..::..C1TreeViewNode
C1TreeViewNode to add to the collection.

Return Value

The index of the new object in the collection.

See Also