Home > Contents > Index >
ics:treemanager.delchild
Deletes a node from a tree using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="delchild"/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
delchild
.
treename (required)
- Name of the tree.
node (required)
- Node ID of the child to remove.
Description
The
delchild
command deletes a node from a tree. All child nodes are also be removed. The objects pointed to by the nodes are not affected.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -103 No table. -105 Database error. -101 No rows returned. -111 No nodes.See Also
The following
ics:treemanager
commands:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.