Pagelet Class Method

In this section, we discuss the Save method.

Syntax

Save()

Description

The Save method saves any changes you made to the Pagelet, for example, a changed description or sequence number.

Parameters

None.

Returns

A Boolean value: True if the Pagelet object is successfully saved, False otherwise.

Example

If Not(&MyPagelet.Save()) Then
   /* do error checking */
End-If;