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

 

OBJECT.SETOBJECT

Sets an object in a node.

Syntax

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 into
memory).

Example

The following example maps node1 (residing in a tree) to object1 from an object table.

See Also

OBJECT.ROOT
OBJECT.SETPARENT

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.