Home > Contents > Index >
ics:treemanager.createtree
Creates a new tree table using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="createtree"/> <ics:argument name="treename" value="name"/> [<ics:argument name="aclList" value="acl list"/>] </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to createtree.
treename (required)
- Name of the tree.
aclList (optional)
- ACLs that can access this tree.
Description
The
createtree
tag creates a new tree table. The system constructs a new table that represents a tree and registers it in theSystemInfo
table as a tree table.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -22 Table already exists.See Also
The following
ics:treemanager
command:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.