C# Class Engage.Dnn.TakeOut.ModuleSettingsService

Provides access to the settings for a module
Inheritance: IModuleSettingsService
Afficher le fichier Open project: EngageSoftware/Engage-Take-Out

Méthodes publiques

Méthode 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 méthode

Gets the module's settings.
public GetSettings ( ) : string>.IDictionary
Résultat string>.IDictionary

ModuleSettingsService() public méthode

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

UpdateModuleSetting() public méthode

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