Version

removeAt Method

Remove a node from the tree at the specified location.
Syntax
ASP.NET Ajax Javascript (Specification) 
function removeAt( 
   level : String,
   keepChildren : Boolean
) : Node;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfWebDataTree.removeAt(String,Boolean);

Parameters

level
Specify node location. Format: "0.0.1"
keepChildren
If true node children will not be removed.

Return Value

Returns the node that was removed from the tree
See Also