SetConfirmationMessage method: Banner class

Syntax

SetConfirmationMessage(MessageText)

Description

Use the SetConfirmationMessage method to display a typically transient confirmation message below the fluid banner.

Parameters

Parameter Description

MessageText

Specifies the message text as a String value.

Returns

None

Example

(create PT_PAGE_UTILS:Banner()).SetConfirmationMessage("Your operation was successful.");