S151 Determine Whether a PageBuilder Page Exists

Use the S151 Tag to test if a named page is available in the current security context.

Renders one of the string literals "TRUE" or "FALSE."

Note: S151 does not take the "category" or "wrap" options that the S51 Tag does since they are not relevant in calculating the response.

Application

PageBuilder

Can You Add This S-Tag in the WYSIWYG content editor?

No, this S-Tag cannot be added using the WYSIWYG content editor toolbar. Add the S-Tag code to the HTML using the Plain Text editor. 

Can You Add This S-Tag in the Luminate CMS WYSIWYG content editor?

No, this S-Tag cannot be added using the Luminate CMSWYSIWYG content editor. Add the S-Tag code to the HTML using the Plain Text editor in Luminate CMS.

Format

  • Standard
    [[S151:pagename]]

  • XML
    <convio:session name="151" param="pagename" />

Parameters

  • pagename - The name of the page for which to test. That may be a PageNavigator-style path such as "topfolder/folder/pagename." Because the slash character was initially used as the separator for the category and is also the path separator for folders, the token after the final slash is interpreted as a category ID if it is numeric but the page name if it is not numeric.

Sample Code

  • Standard
    [[S151:homepage]]

  • XML
    <convio:session name="151" param="homepage" />