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.
|
public GetSettings ( ) : string>.IDictionary |
||
Résultat | string>.IDictionary |
public ModuleSettingsService ( int moduleId ) : System | ||
moduleId | int | The ID of the module |
Résultat | System |
public UpdateModuleSetting ( string settingName, string settingValue ) : void | ||
settingName | string | Name of the setting. |
settingValue | string | The setting value. |
Résultat | void |