IsFailedConversion

Checks if the Inbound Refinery has failed to convert the content item.

Type and Usage

Output

  • Returns TRUE if the conversion process failed.

  • Returns FALSE if no conversion failure was detected.

Example

Displays text if the conversion process was not complete:

<$if IsFailedConversion$>
    <p><font face="arial" size="2">
    The Refinery was unable to complete the conversion process.</p>
<$endif$>