Interface ISettingsControl
ISettingsControl provides a common Interface for Module Settings Controls.
Inherited Members
Namespace: DotNetNuke.UI.Modules
Assembly: DotNetNuke.dll
Syntax
public interface ISettingsControl : IModuleControl
Methods
| Improve this Doc View SourceLoadSettings()
Loads the module settings.
Declaration
void LoadSettings()
UpdateSettings()
Updates the module settings.
Declaration
void UpdateSettings()