Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:treemanager.copychild
Copies one or more nodes from one tree to another tree using the
ics:treemanagercommand.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 setNULLto make this node a top-level node.
Description
The
copychildcommand 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
errnoinclude:
 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:treemanagercommands:
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.