@associations
Finds associations around a node.
{@associations node="<nodeId>" type="<association_type>" nodeSort="title" nodeSortDirection="-1" nodeLimit="" nodeSkip="" as=""}
{+templateIdentifier/}
{/associations}
Parameters
| parameter | required | description |
|---|---|---|
| node | yes | node id |
| type | the qname type of the associations to query for. default is a:linked |
|
| sort | the field to sort on | |
| sortDirection | the direction to sort in (either 1 for ascending or -1 for descending) | |
| limit | the number of records to return | |
| skip | a position to skip ahead to in the record set | |
| nodeSort | the field to sort on for final node query | |
| nodeSortDirection | the direction to sort in for final node query (either 1 for ascending or -1 for descending) | |
| nodeLimit | the number of records to return for final node query | |
| nodeSkip | a position to skip ahead to in the record set for final node query | |
| as | specifies the name of the results variable (by default - rows) |