Parameters

OrderNameTypeDesc
1assetbaseasset listThe list of assets to start the relationship search from
2relrelationship listThe relationships to search
3dirconstThe direction to search in

Returns

Places an asset list on the stack.

Description

This function returns all of the assets related to those in assetbase by any of the relationships in rel, in the direction specified by dir.

Dir ValueMeaning
ddownIncludes items directly down stream (1 level only) not including the base assets.
dupIncludes items directly up stream, (1 level only) not including the base assets.
downIncludes items down stream, not including the base assets
downiIncludes items down stream, including the base assets
upIncludes items up stream, not including the base assets.
upiIncludes items up stream, including the base assets

See Also