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

 

dimensionset.setenableddimensions

This tag adds the dimension assets listed in the body content of this tag to the dimension set specified, removing any previously enabled dimensions.

Syntax

<dimensionset.setenableddimensions name="name of loaded asset that will have dimensions enabled for it">
    <dimensionset.asset ... />
</dimensionset.setenableddimensions>

Attributes

name (required)
The name of the DimensionSet asset that will have dimensions added to it.

Parameters

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

Description

This tag adds the dimension assets listed in the body content of this tag to the dimension set specified, removing any previously enabled dimensions. The asset should be saved for the changes to persist.

errno

The possible values of errno include:

Value
Description

Example

In this example, 4 dimension assets are added to the DimensionSet fbfds1.

 <dimensionset.setenableddimensions name="fbfds1">
     <dimensionset.asset assettype="Dimension" assetid="123"/>
 	  <dimensionset.asset assettype="Dimension" assetid="234"/>
 	  <dimensionset.asset assettype="Dimension" assetid="345"/>
     <dimensionset.asset assettype="Dimension" assetid="456"/>
 </dimensionset.setenableddimensions>

See Also

dimensionset.asset

dimensionset.removeenableddimensions

  Home > Contents > Index >

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