Version

remove Method

Remove a node from the nodes collection.
Syntax
ASP.NET Ajax Javascript (Specification) 
function remove( 
   node : Node,
   keepChildren : Boolean
) : Boolean;
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfNodeCollection.remove(Node,Boolean);

Parameters

node
The node that will be removed.
keepChildren
If true the children will not be removed.

Return Value

True if the node was successfully removed. False otherwise.
See Also