IsTagCategory

bool IsTagCategory(this Element element)

True if the element's category is a tag category.

Parameters

  • elementElement

    The element instance.

Returns: True/False.

Example

bool x = element.IsTagCategory();