ISystemTag
Public interface for a system-wide tag.
Tags
Table of Contents
- getId() : string
- Returns the tag id
- getName() : string
- Returns the tag display name
- isUserAssignable() : bool
- Returns whether the tag can be assigned to objects by regular users
- isUserVisible() : bool
- Returns whether the tag is visible for regular users
Methods
getId()
Returns the tag id
public
getId() : string
Tags
Return values
string —id
getName()
Returns the tag display name
public
getName() : string
Tags
Return values
string —tag display name
isUserAssignable()
Returns whether the tag can be assigned to objects by regular users
public
isUserAssignable() : bool
Tags
Return values
bool —true if assignable, false otherwise
isUserVisible()
Returns whether the tag is visible for regular users
public
isUserVisible() : bool
Tags
Return values
bool —true if visible, false otherwise