Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:gettranslations
Get an IList of the translations of this asset.
Syntax
<asset:gettranslations list="name of output list" name="name of asset whose relatives will be returned" [filter="name of loaded dimension filter"] />Attributes
- list (required)
- The name of the IList in the ICS object pool that will contain the translations. The IList has 2 columns:
TYPE
,OBJECTID
, corresponding to the asset type and the the asset id.- name (optional)
- The name of the loaded asset whose translations will be returned.
- filter
- The name of a loaded dimension filter that can filter the translations. If not specified, the results will not be filtered.
Description
Get an IList of the translations of this asset.
Translations are assets that share the same dimension parent in the locale dimension group. The IList has 2 columns: TYPE and OBJECTID corresponding to the relative's asset type and asset id.
Error Numbers
There are no possible
errno
for this tag.Example
The following demonstrates how it is possible to get the translations of an asset.
<asset:gettranslations name="a1" list="a1.translations.list"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007,2008 by FatWire Corporation
All rights reserved.