isFieldInfoOnly

Specifies that the metadata field is an information only field.

Type and Usage

Output

  • Returns TRUE if the field is an information only field.

  • Returns FALSE if the field is not an information only field.

Example

Determines if the metadata field is information only:

<$if isInfo or isCustomInfo or isFieldHidden or isInfoOnly$>
    <$isFieldInfoOnly = 1$>
<$else$>
    <$isFieldInfoOnly = ""$>
<$endif$>

See Also