tagIsFixed

Checks if the given tag is fixed. A fixed tag can only contain one value. Unfixed tags can contain lists of values.

bool
tagIsFixed
(
string tag
)

Parameters

tag string

tag to check

Return Value

Type: bool

true, if the given tag is fixed.