Reset tags
Anatomy
<tags:reset var_names="var" entity="string" id="int">
ixml
</tags:reset>
Description: TAGS:RESET removes all existing tags from and adds new tags to an object, specified by an entity and an ID.
Attributes
| Name | Type | Description | Defined By |
|---|---|---|---|
| var_names | var | Variable name for tag names | tags:reset |
| entity | string | Entity | tags:reset |
| id | int | ID | tags:reset |
Examples
Example
<tags:reset entity="contacts" id="123">
<tags:name>Friends</tags:name>
<tags:name>A-Class</tags:name>
</tags:reset>