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.

Error Numbers

There are no possible errno for this tag.

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 >

Oracle JSP Tag Reference
Copyright (c) 2013, 2016 Oracle and/or its affiliates. All rights reserved.