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

 

asset:deletevoids

This tag permanently removes assets previously marked void.

Syntax

Parameters

list (optional)
Input. List of assets which are candidates for delete. List must have columns assetid and assettype. Assets on the list should have been previously marked void using the asset:void tag. If this optional parameter is not supplied the tag will consider all assets marked void in the system to be candidates for delete.

excluderevtracked (optional)
Input. If set to true any asset type which is using revision tracking will be skipped.

Description

This tag is used to permanently remove assets and their associated data which have previously been marked for delete using the asset:void tag. If no list of candidate assets is passed in all assets in the system will be considered candidates. Assets will only be removed from the system if they are indeed marked for delete (status='VO'), the publish approval system considers them to be safe to delete (there are no pending publish for the asset) and there is no running publish session involving the assets.

errno

The possible values of errno include:

Value
Description
-10004 A required parameter is missing. List was specified but no list found.
-12034
Publish in progress.

Example

This example will permanently remove any assets marked void which are legal to delete.

See Also

asset:delete
asset:void

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.