Version

addRange Method

Add an array of nodes to the nodes collection at the specified index.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addRange( 
   nodeArray : {Any}[],
   index : int
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNodeCollection.addRange({Any}[],int);

Parameters

nodeArray
Array of DataTreeNodes.
index
Specify the index at which the nodes will be added. If -1 they will be appended.
See Also