Home > Contents > Index >
ics:treemanager.listtrees
Retrieves a list of all the trees in the system using the
ics:treemanager
command.Syntax
<ics:treemanager> <ics:argument name="ftcmd" value="listtrees"/> [<ics:argument name=treename value="name of tree"/>] </ics:treemanager>Parameters
ftcmd (required)
- Value must be set to
listtrees
.
treename (optional)
- Name of the tree. If specified, this parameter causes tree filtering. For example,
treename=Article%
finds all the trees that begin with the wordArticle
.
Description
The
listtrees
command retrieves a list of all the trees in the system. The list created isSystemTrees
when invoked via theics:treemanager
tag. The list field names are from the fields in theSystemInfo
table.errno
The possible values of
errno
include:
Value Description -3 No access privileges to table. -101 No rows returned. This may be because no trees match the requested filter.See Also
The following
ics:treemanager
commands:
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.