Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

create tag statement

Creates a new tag in the context model. If no model is in context, an error occurs.

The created tag is put in context.

Syntax

create tag Name

Element Type Optionality Notes
Name Expression<Identifier> or Expression<Dictionary<Identifier>> Mandatory. Specifies the name of the new tag, either as an identifier or in multilingual dictionary format.

Returns

The tag just created.

Examples

Intent Code
Create a new tag with a simple name create tag ToReview;
Create a new tag with a multilingual name create tag [en_GB: ToReview, es_ES: ParaRevisar];

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020