RELATED
Parameters
Order | Name | Type | Desc |
---|---|---|---|
1 | assetbase | asset list | The list of assets to start the relationship search from |
2 | rel | relationship list | The relationships to search |
3 | dir | const | The 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 Value | Meaning |
---|---|
ddown | Includes items directly down stream (1 level only) not including the base assets. |
dup | Includes items directly up stream, (1 level only) not including the base assets. |
down | Includes items down stream, not including the base assets |
downi | Includes items down stream, including the base assets |
up | Includes items up stream, not including the base assets. |
upi | Includes items up stream, including the base assets |