Developer forum

Forum » Development » Getting settings from Custom Module

Getting settings from Custom Module

Lanzo van Slooten
Reply

I have placed my Custom module on a page.

 

Now I want to use the settings from my Custom module in the code I have written to import data.

 

On this forum I found the following line of code where 109 is the id of the paragrapgh, bus this does not work wih me.

 

Dynamicweb.Properties properties = Dynamicweb.Base.GetParagraphModuleSettings(109);

 

 


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Lanzo

 

You can see an example here: http://devierkoeden.com/articles/custom-modules-part-3-7-steps-to-building-a-custom-module-hands-on.aspx

 

BR Nicolai

 
Lanzo van Slooten
Reply

I put my module on another page and then it works. I think the other paragrapgh was hidden or something.

 

Best regards,

Lanzo

 

You must be logged in to post in the forum