GetFixedPageTitleField method: Banner class

Syntax

GetFixedPageTitleField()

Description

Use the GetFixedPageTitleField method to instantiate a Field object representing the page title found in the fluid banner for a component currently executing in a search context.

Important:

Use this method only when you have implemented a custom search page for this component. This method is not needed when the standard PeopleTools-delivered search page is used.

Parameters

None

Returns

A Field object.

Example

Local Field &oSearchPageTitle = (create PT_PAGE_UTILS:Banner()).GetFixedPageTitleField();