Accessing Module Settings from Custom Partial Class
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
Hi,
I am having trouble in DotNetNuke 7 accessing module settings using
Settings["mySetting"].ToString();
from a method in a custom partial class which inherits "myModuleBase". I am using a module development template that already has a partial class defined called "view" and "edit" which inherit myModuleBase and are able to get module settings using the above.
I don't understand where the problem lies.
Thanks for the help