Click or drag to resize

UserOptionsUSERSETTINGSTYPE Methods

The UserOptionsUSERSETTINGSTYPE type exposes the following members.

Methods
 NameDescription
Public methodClearCaches Call this to clear everything this object has cached.
Public methodCreateControl Creates the Profile Options control
(Overrides UserOptionsExtensionCreateControl)
Public methodGetParent Get Parent Extension
(Overrides UserOptionsExtensionGetParent)
Public methodGetSaveData Return data for the Core to save it for DB.
(Overrides UserOptionsExtensionGetSaveData(Boolean))
Public methodInit Clear caches on init
(Overrides UserOptionsExtensionInit(CTUser))
Public methodLoadData Load data provided by the Core and deserialize it into USERSETTINGSTYPE.
(Overrides UserOptionsExtensionLoadData(Byte))
Public methodRefresh Refresh the User settings page.
(Overrides UserOptionsExtensionRefresh)
Public methodValidate Validate content of the User settings page. Return false to prevent exit i.e. if something is defined wrong.
(Overrides UserOptionsExtensionValidate)
Top
See Also