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
createtreetag creates a new tree table. The system constructs a new table that represents a tree and registers it in theSystemInfotable as a tree table.errno
The possible values of
errnoinclude:
 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 by FatWire Software
All rights reserved.