Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 


ics:treemanager.getnode

Retrieves a node from a table using the ics:treemanager command. The object data may be joined to the result.

Syntax

Parameters

ftcmd (required)
Value must be set to getnode.

treename (required)
Name of the tree.

node (required)
ID of the node.

join (optional)
true or false to join the object table. Note that the object table holds the cache information.

depth (optional)
Defaults to 1. Limits the depth of recursion when scanning a tree. Illegal values are converted to 1. Specify -1 to remove depth restrictions on scan. Note below the impact of a deep recursive search. The depth parameter must be set to 1 if join is true.

Object tables that are joined to are required to be registered as type obj in the SystemInfo table in order to support the caching of resultsets that are created.

The name of the LIST constructed is stored in the value of the variables, treename (that is, Variables.treename).

errno

The possible values of errno include:

Value
Description
-3
No access privileges to table.
-103
No table.
-108
Node not input.
-110
Invalid tree name.

See Also

The following ics:treemanager command:

ics:treemanager.findnode

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.