tridion-sites-extensions-api-docs

Home > @tridion-sites/models > KeywordCategory > xmlName

KeywordCategory.xmlName property

XML (type) name of the Category.

Each publication contains a “Categories XSD” in which all Categories and their Keywords are defined. In this Categories XSD, each Category is represented as a complex type with this name.

The XML name is subject to the restrictions specified for type names in XML Schemas: * The first character must be a letter or an underscore. * Following characters may be letters, digits, underscores, dashes or dots.

Signature:

get xmlName(): string | undefined;