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:treemanager command.

Syntax

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 set NULL 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:

ics:treemanager.getchildren

ics:treemanager.movechild

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.