Home > Contents > Index >
Template Tag 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.

errno

The possible values of errno include:

Value
Description

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

asset.getdimensions

  Home > Contents > Index >

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