Tag

Extends Object. The Tag Object is generally associated with tags available onPages such as blog entries.

Properties
alias String

The tag name/title represented as a String identifier.

id Number

The system ID for the Tag.

isActive Boolean

True if the current page is listing articles with this Tag. Generally available on Blog pages.

title String

The tag name/title itself.

total Number

The number of articles with this tag. Only available when retrieving the tagsWithin a page.

url url

A URL to the parent page to show articles with the same tag. This is normally used on blog posts.