computeRenditionUrl

Returns the URL of a given rendition.

Type and Usage

Parameters

Takes three parameters:

  • The first parameter is the URL of the content item.

  • The second parameter is the dRevLabel value.

  • The third parameter is the dRendition1 value. Possible values of dRendition1 include:

    • T = Thumbnail rendition

    • X = XML rendition

Output

Returns the complete URL of the rendition as a string.

Example

Returns the URL of the rendition as a string.

<$computeRenditionUrl(url, dRevLabel, dRendition1)$>