TagCollection.clearTags

Clears tags based on a tag prefix ex. "page::", "item::" etc.

  1. void clearTags()
  2. void clearTags(string tagPrefix)
    class TagCollection(string tagName = "tags")
    void
    clearTags
    (
    string tagPrefix
    )

Parameters

tagPrefix string

The tag prefix.

Meta