Version

getNodes Method

Returns the collection of root nodes for the datatree.
Syntax
ASP.NET Ajax Javascript (Specification) 
function getNodes() : NodeCollection;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.getNodes();
See Also