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

 

OBJECT.DEINSTALL

Deinstalls an object by deleting its supporting tables.

Syntax

Parameters

CLASSNAME (required)
Classname of the object to be deinstalled.

ARG1 (optional)
Argument 1.

ARG2 (optional)
Argument 2.

Description

This tag deletes the tables that support the specified class with optional arguments.

errno

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10002
There is a missing method for the implementing class.
-10003
The method could not be invoked successfully.
-10004
A required parameter is missing.
-10010
Invalid attribute value

Example

The following example deletes the object table called sample:

See Also

OBJECT.INSTALL

  Home > Contents > Index >

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