Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
asset:rollback
Rolls back an object to a previous revision.
Syntax
<asset:rollbacktype="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 type="Article" objectid='<%=ics.GetVar("assetid")%>' revisoin="2"/>See Also
asset:checkin
asset:checkout
asset:load
asset:loadrevision
asset:track
asset:undocheckout
Home > Contents > Index > 
Oracle JSP Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.