isFieldHidden

Specifies that the metadata field is hidden.

Type and Usage

Output

  • Returns TRUE if the field is hidden.

  • Returns FALSE if the field is not hidden.

Example

Determines if the metadata field is hidden:

<$if isHidden or isCustomHidden$>
    <$isFieldHidden = 1$>
<$else$>
    <$isFieldHidden = ""$>
<$endif$>

See Also