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

 

asset:removedimparents

This tag removes the dimensionable asset parent instances specified, for a given asset.

Syntax

<asset:removedimparents name="assetName">
    <asset:dimensionparentrelationship ... />
</asset:removedimparents>

Attributes

name (required)
Name of loaded asset whose dimension parents will be removed.

Parameters

asset:dimensionparentrelationship (required)
Dimension parent relationship to remove from this asset.

Description

This tag removes the dimensionable asset parent instances specified, for a given asset. Parents to remove are specified using the asset:dimensionparentrelationship tag.

errno

The possible values of errno include:

Value
Description

Example

This example removes the translation dimension parent relationship of the article 123456789 from the myArticle asset, and then saves it.

 <asset:removedimparents name="myArticle">
     <asset:dimensionparentrelationship group='Locale'
                  type='Article' assetid='123456789' />
 </asset:removedimparents>
 <asset:save name="myArticle"/>

See Also

asset:dimensionparentrelationship

asset:save

  Home > Contents > Index >

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