Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
asset:getrelatives
Get an IList of the relatives of this asset.
Syntax
<asset:getrelatives 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 relatives. 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 relatives will be returned.
- filter
- The name of a loaded dimension filter that can filter the relatives. If not specified, the results will not be filtered.
Description
Get an IList of the relatives of this asset.
Relatives are assets that share the same dimension parent. 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 get a list of relatives from an asset.
<asset:getrelatives name="a1" list="a1.relatives.list"/>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 - 2011 by FatWire Corporation
All rights reserved.