Home > Contents > Index > 
ASSET.ROLLBACK
Rolls back an object to a previous revision.
Syntax
<ASSET.ROLLBACKOBJECTTYPE="asset type"OBJECTID="asset id" REVISION="revision number"/>Parameters
TYPE (required)- Input. The asset type of the asset to check out.
OBJECTID (required)- Input. The asset id of the asset to check out
REVISION (required)- Specifies the target revision number of the object for the roll back.
Description
This tag rolls back an object to a specified revision.
Error Numbers
The possible values of
errnoinclude:
Example
This rolls back an asset to version 2.
<ASSET.ROLLBACK OBJECTTYPE="Article" OBJECTID='<%=ics.GetVar("assetid")%>' REVISION="2"/>See Also
ASSET.CHECKIN
ASSET.CHECKOUT
ASSET.LOAD
ASSET.LOADREVISION
ASSET.TRACK
ASSET.UNDOCHECKOUT
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.