UserHomepage Class Method

In this section, we discuss the Save method.

Syntax

Save()

Description

The Save method saves any changes you made to the UserHomepage, for example, a changed greeting.

Using this method also saves any changes you've made to any UserTab or SelectedPagelet objects associated with this UserHomepage.

Parameters

None.

Returns

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

Example

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