Home > Contents > Index >
ASSET.CHECKIN
Checks in a revision tracked asset.
Syntax
<ASSET.CHECKIN
NAME="
loaded asset
"
[ANNOTATION="
asset id
"]
[CHECKOUT="
true|false
"]
[FLUSH="
true|false
"]>
Parameters
NAME
(required)- Input. Name of the loaded asset. (See
ASSET.LOAD
.)
ANNOTATION (optional)
- Input. Specifies an annotation that is associated with the checkin.
CHECKOUT (optional)
- Input. Specifies whether to leave the asset checked out. The default is
false
and does not leave the asset checked out.
FLUSH (optional)
- Input. Specifies that upon success, the object should be flushed from the object pool. A
true
value indicates that object should be flushed. The default is value iffalse
.
Description
This tag checks in a previously checked out asset.
Error Numbers
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 intomemory). -10012 Object is not checked out. -10016 Unable to check in specified object.Example
This checks in an asset.
<ASSET.LOAD NAME="assetToEdit" TYPE="Page" OBJECTID="Variables.assetid" OPTION="editable" /> ... <ASSET.SAVE NAME="assetToEdit" /> <ASSET.CHECKIN NAME="assetToEdit" ANNOTATION="Edits saved" />See Also
ASSET.CHECKOUT
ASSET.LOAD
ASSET.TRACK
ASSET.ROLLBACK
ASSET.UNDOCHECKOUT
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.