Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
remove Method
Remove a node from the tree.
Syntax
ASP.NET Ajax Javascript (Specification) | |
---|
function remove(
: Node,
: Boolean
) : Boolean; |
ASP.NET Ajax Javascript (Usage) | |
---|
var resultVar = instanceOfWebDataTree.remove(Node,Boolean); |
Parameters
- node
- The node that will be removed.
- keepChildren
- If true node children will not be removed.
Return Value
Returns true if the node is succesfully removed.
See Also