SetFixedPageTitle method: Banner class
Syntax
SetFixedPageTitle(Title)
Description
Use the SetFixedPageTitle method to set the page title while in search context. Use this method on a custom search page only.
Parameters
| Parameter | Description |
|---|---|
|
Title |
Specifies the page title as a String value. |
Returns
None
Example
(create PT_PAGE_UTILS:Banner()).SetFixedPageTitle("My Search Page Title");