Home > Contents > Index > 
OBJECT.DELETE
Deletes an object from storage and the object pool.
Syntax
<OBJECT.DELETE NAME="some object name"/>Parameters
NAME (required)- Name of the object in the object pool to be deleted.
 
Description
This tag deletes a loaded object from storage and removes it from the object pool. The object to be deleted must exist in storage and the object pool.
errno
The possible values of
errnoinclude:
 Value Description -105 Database error -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
The following example deletes
object1from the object pool.<OBJECT.DELETE NAME="object1"/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.