Home > Contents > Index >
OBJECT.SETOBJECT
Sets an object in a node.
Syntax
<OBJECT.SETOBJECT NAME="some node name" OBJECT="some object"/>Parameters
NAME (required)
- Name of the node in which the object is placed.
OBJECT (required)
- Name of the object.
Description
This tag sets the referenced object of a node object. Node objects are used with tree tables in the Content Server system. The node object must implement the IAbstractNode interface and the referenced object must implement the IAbstractObject interface.
errno
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example maps
node1
(residing in a tree) toobject1
from an object table.<OBJECT.SETOBJECT NAME="node1" OBJECT="object1"/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.