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

 

dimensionset.removeenableddimensions

This tag removes the dimension assets listed in the body content of this tag from the dimension set specified.

Syntax

<dimensionset.removeenableddimensions name="name of loaded dimension set that will have dimensions disabled">
    <dimensionset.asset ... />
</dimensionset.removeenableddimensions>

Attributes

name (required)
Name of loaded dimension set that will have dimensions disabled

Parameters

dimensionset.asset (required)
Dimension asset to disable for this DimensionSet. This tag may be repeated.

Description

This tag removes the dimension assets listed in the body content of this tag from the dimension set specified. Changes need to be subsequently saved using asset:save.

errno

The possible values of errno include:

Value
Description

Example

This example removes the dimension 123 from the loaded DimensionSet ds11.

<dimensionset.removeenableddimensions name="ds11">
 	<dimensionset.asset assettype="Dimension" assetid='123'/>
</dimensionset.removeenableddimensions>

See Also

dimensionset.asset

dimensionset.setenableddimensions

  Home > Contents > Index >

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