Home > Contents > Index >
ics:treemanager.getparent
Gets the parent record of a given node using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="getparent/> <ics:argument name="treename" value="name"/> <ics:argument name="node" value="node ID"/> </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
getparent
.
treename (required)
- Name of the tree.
node (required)
- ID of the node.
Error Numbers
The possible values of
errno
include:
Value Description -3 No access privileges to table. -101 No rows. (If node is invalid.) -103 No table. -105 Database error. -106 Missing or invalid parameters. -110 Invalid tree name. -112 The parent node does not exist or this node is a root node. Note that versions of Content Server earlier than 3.5 reacted to these errors by returning an errno of0
(with an empty resultset 0 rather than an errno of-112)
.
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.