C# Class Engage.Dnn.TakeOut.ModuleSettingsService

Provides access to the settings for a module
Inheritance: IModuleSettingsService
Mostra file Open project: EngageSoftware/Engage-Take-Out

Public Methods

Method Description
GetSettings ( ) : string>.IDictionary

Gets the module's settings.

ModuleSettingsService ( int moduleId ) : System

Initializes a new instance of the ModuleSettingsService class.

UpdateModuleSetting ( string settingName, string settingValue ) : void

Updates the module setting.

Method Details

GetSettings() public method

Gets the module's settings.
public GetSettings ( ) : string>.IDictionary
return string>.IDictionary

ModuleSettingsService() public method

Initializes a new instance of the ModuleSettingsService class.
public ModuleSettingsService ( int moduleId ) : System
moduleId int The ID of the module
return System

UpdateModuleSetting() public method

Updates the module setting.
public UpdateModuleSetting ( string settingName, string settingValue ) : void
settingName string Name of the setting.
settingValue string The setting value.
return void