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

 

OBJECT.UNDOCHECKOUT

Retracts the checkout of an object.

Syntax

Parameters

NAME (required)
Name of the object.

REVERT (optional)
Specifies that the object should revert back to its last committed state. The default value true causes the object to revert back to its last committed state. Specifying the value false removes the checkout lock with out reverting the object back to the last committed state.

FLUSH (optional)
Flushes the object from the object pool. A true value indicates the object should be flushed. The default value is false.

Description

This tag is used for retracting a checkout made on an object in the Content Server system. The object can be reverted to its last committed state, or have the checkout lock removed.

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).
-10011
Database table is not revision tracked.
-10012
Object is not checked out
-10018
Unable to undo check out specified object

Example

The following example retracts the checkout for object1, reverts it to it the last committed state, and flushes it from memory.

See Also

OBJECT.CHECKIN
OBJECT.CHECKOUT

  Home > Contents > Index >

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