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

 

asset.removelocale

Remove a dimension from the currently loaded asset.

Syntax

<asset.removelocale
        name="name of the loaded asset whose dimensions will be removed"
       [dimensionid="id of the dimension to remove"
       [dimensionname="name of a dimension to remove"]
     />

Attributes

name
The name of the loaded asset from which a dimension asset will be removed.
dimensionid (optional)
The id of the dimension to remove. Either dimensionid or dimensionname must be specified.
dimensionname
The name of a dimension to remove. Dimension names are unique, so the name field can be used as a unique identifier. Either dimensionid or dimensionname must be specified.

Description

Remove a dimension from the currently loaded asset.

errno

The possible values of errno include:

Value
Description

Example

The following demonstrates how it is possible to remove a dimension.

    <asset.removelocale name="a5" dimensionname="en_US" />

See Also

asset.setdimensions

asset.removedimension

  Home > Contents > Index >

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