GetPagePrefix function

Syntax

GetPagePrefix(page_type)

Description

Use the GetPagePrefix function to return the prefix for the page based on the page type as set on the Use tab.

Important:

Use this function within fluid applications only.

Parameters

Parameter Description

page_type

Specifies the page type as an Integer value.

Returns

A String value:

  • "" = Standard Page

  • ftr = Footer Page

  • hdr - Header page

  • side = Side Page 1

  • side2 = Side Page 2

  • srch = Search Page

Example

Local string &pg_pre = GetPagePrefix(GetPageType(Page.PAGE_NAME));

Related Topics