Home > Contents > Index >
TREEMANAGER.createtree
Creates a new tree table.
Syntax
<TREEMANAGER> <ARGUMENT NAME="ftcmd" VALUE="createtree"/> <ARGUMENT NAME="treename" VALUE="name"/> [<ARGUMENT NAME="aclList" VALUE="ACLs"/>] </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.Example
<TREEMANAGER> <ARGUMENT NAME="ftcmd" VALUE="createtree" /> <ARGUMENT NAME="treename" VALUE="TreetestTree" /> <ARGUMENT NAME="aclList" VALUE="Browser,ForumUser" /> </TREEMANAGER>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.