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

 

OBJECT.CHECKOUT

Checks out an object.

Syntax

Parameters

CLASS (required)
Specifies the full name of the implementing class.

OBJECTTYPE (required)
Type of object to be checked out.

OBJECTID (required)
Content Server ID of the object to be checked out.

OBJECTVERSION (optional)
Version of the object to be checked out.

Description

This tag checks out an existing object in the revision tracking system.

errno

The possible values of errno include:

Value
Description
-10001
The implementing class is invalid.
-10004
A required parameter is missing.
-10005
The requested object is not in the object pool (is not loaded into
memory).
-10006
The object ID is not valid.
-10007
The version of the object is not valid.
-10011
Database table is not revision tracked.
-10013
Object is checked out by another user.
-10014
Object is already checked out
-10015
Unable to check out specified object.
-10019
Database table is not an object table.

Example

The following example checks out an object called sample from the revision tracking system.

See Also

OBJECT.CHECKIN

  Home > Contents > Index >

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