Home > Contents > Index >
Expanded TOC   |    Accordion TOC   |    Annotated TOC   |    Index

 

ICS.CallElement

Processes the content of an element.

Syntax

Parameters

element
The element name listed in the ElementCatalog table.

vIn
List of name/value pairs to be passed as input parameters to the page. A name/value pair supplied here will overwrite the value of any pre-existing variable of the same name. If vIn is null, the current variable set is used, and may be modified during the page evaluation.

Description

The CallElement method processes the content of an element. The element must exist in the ElementCatalog.

Returns

Returns true for success and false for failure.

Errno

If an error occurs, errno will be set appropriately. Use GetErrno to view the error.

Example

The following code calls an element named Callee, passing two arguments:

 

  Home > Contents > Index >

FatWire JAVA Reference
Copyright 2005 by FatWire Software
All rights reserved.