Click or drag to resize
TagHelper Class
Tag helper class.
Inheritance Hierarchy
SystemObject
  CMS.TaxonomyTagHelper

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 11.0.0
Syntax
C#
public static class TagHelper

The TagHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetTags
Returns hash table of tags from tags string.
Public methodStatic memberGetTagsForSave
Returns tags prepared for save for document (alphabetical sorted and with maximal length 250)
Top
See Also