Class ModuleSettingsBase
Base class for module settings.
Inherited Members
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class ModuleSettingsBase : PortalModuleBase, ISettingsControl, IModuleControl
Properties
| Improve this Doc View SourceModuleSettings
Gets the module settings.
Declaration
public Hashtable ModuleSettings { get; }
Property Value
Type | Description |
---|---|
Hashtable |
TabModuleSettings
Gets the tab module settings.
Declaration
public Hashtable TabModuleSettings { get; }
Property Value
Type | Description |
---|---|
Hashtable |
Methods
| Improve this Doc View SourceLoadSettings()
Loads the module settings.
Declaration
public virtual void LoadSettings()
UpdateSettings()
Updates the module settings.
Declaration
public virtual void UpdateSettings()