Click or drag to resize

ProfileOptionsPROFILESETTINGSTYPE Methods

The ProfileOptionsPROFILESETTINGSTYPE 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 ProfileOptionsExtensionCreateControl)
Public methodGetParent Get Parent Extension
(Overrides ProfileOptionsExtensionGetParent)
Public methodGetSaveData Return data for the Core to save it for DB.
(Overrides ProfileOptionsExtensionGetSaveData(Boolean))
Public methodLoadData Load data provided by the Core and deserialize it into PROFILESETTINGSTYPE.
(Overrides ProfileOptionsExtensionLoadData(Byte))
Public methodRefresh Refresh the options page.
(Overrides ProfileOptionsExtensionRefresh)
Public methodValidate Validate content of the options page. Return false to prevent exit i.e. if something is defined wrong in the options.
(Overrides ProfileOptionsExtensionValidate)
Top
See Also