TagList.isFixed

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

class TagList
static
bool
isFixed
(
string tag
)

Parameters

tag string

tag to check

Return Value

Type: bool

TRUE, if the given tag is fixed.