PageletCategory Class Method

In this section, we discuss the Save method.

Syntax

Save()

Description

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

Parameters

None.

Returns

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

Example

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