TagHelper MembersKentico 8.0 API Reference
The TagHelper type exposes the following members.
Methods

  NameDescription
Public methodStatic memberGetAllTags
Returns Hash table of all tags.
Public methodStatic memberGetCheckedOldTags
Returns ArrayList of tags which are used before.
Public methodStatic memberGetNewTags
Returns ArrayList of new tags.
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)
Back to Top
Fields

  NameDescription
Public fieldStatic membermTagsRegex
Regex for detection tags separated with comma or space from string.
Back to Top
See Also