List all tags
Anatomy
<tags:list var="var" entity="string" id="int"/>
Description: TAGS:LIST lists all the tag names of an object, specified by an entity and an ID.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var | var | Result variable name | tags:list |
| entity | string | Entity | tags:list |
| id | int | ID | tags:list |
Results:
| Binding | Type | Predicate |
|---|---|---|
| var | array | no-result-propagation |
Examples
Example
<tags:list var="tags" entity="contacts" id="123"/>
<output>$tags[0]</output>
<!-- Friends -->