Home > Contents > Index >
ics:treemanager.copychild
Copies one or more nodes from one tree to another tree using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="copychild"/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> [<ics:argument name="newtreename" value="treename"/>] [<ics:argument name="nparentid" value="node ID"/>] </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
copychild
.
treename (required)
- Name of the source tree from which the nodes are copied.
node (required)
- Node ID of the node to copy.
newtreename (required)
- Name of the destination tree where the nodes is copied.
nparentid (optional)
- Node ID of the new parent of the node in the destination tree (
newtreename
). Omit or setNULL
to make this node a top-level node.
Description
The
copychild
command copies one or more nodes from one tree to another tree. Multiple nodes are copied if the node is the parent of one child or a number of children.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -103 No table. -105 Database error. -106 Missing or invalid parameter. -110 Invalid tree name.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.