Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Access ModuleSettingsBase Settings from a class?Access ModuleSettingsBase Settings from a class?
Previous
 
Next
New Post
9/11/2007 1:19 PM
 

Hi All, Lookin for a little help..

I can access the module settings from my user controls when as the module inherits: PortalModuleBase, IActionable

However how do I access module settings from within class file, something like...

ModuleSettingsBase mBase = new ModuleSettingsBase();
mBase.ModuleId = ModuleId; mBase.LoadSettings();
string Value = mBase.Settings["MyKey"]; 

Any ideas?

thanks,

jason

 
New Post
9/11/2007 5:05 PM
 

Dim mc As New DotNetNuke.Entities.Modules.ModuleController
dim modulesettings as hashtable=mc.GetModuleSettings(ModuleId)
string v = modulesettings("key")

or using a shortcut:
dim modulesettings as hashtable=PortalSettings.GetModuleSettings(ModuleId))

The settings inside module are ususally modulesettings union tabmodulesettings
dim modulesettings as hashtable=PortalSettings.GetTabModuleSettings(ModuleId, PortalSettings.GetModuleSettings(ModuleId))

 

 
New Post
9/12/2007 4:33 AM
 

Many thanks for your help... heres what I came up with.
ModuleController _Controller = new ModuleController();Hashtable Settings = _Controller.GetModuleSettings(ModuleId);int.Parse(Convert.ToString(Settings["SelectTopVar"]));

 

 

 

SelectTop =

 
Previous
 
Next
HomeHomeArchived Discus...Archived Discus...Developing Under Previous Versions of .NETDeveloping Under Previous Versions of .NETASP.Net 2.0ASP.Net 2.0Access ModuleSettingsBase Settings from a class?Access ModuleSettingsBase Settings from a class?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out