Skip to main content

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

NameTypeDescriptionDefined By
var_namesvarVariable name for tag names tags:reset
entitystringEntity tags:reset
idintID tags:reset

Examples

Example

<tags:reset entity="contacts" id="123">
<tags:name>Friends</tags:name>
<tags:name>A-Class</tags:name>
</tags:reset>