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 Luminate OnlineContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
Can You Add This S-Tag in the Luminate CMSContent Editor?
No, add the S-Tag code to the HTML using the Plain Text Editor.
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" />