Exporting custom module

Mike Rocha asked on March 3, 2014 16:14

Hello, I have a custom module that I would like to export. The code for the module is stored in the App_Code directory. I've registered the user interface for the module under another existing module (On-line marketing). How do I make it so that the code for the module is included when I export the On-line marketing module?

Recent Answers


Mike Rocha answered on March 3, 2014 16:30

Sorry, slight correction. I have the module (.aspx and .cs) stored in the CMSModules directory.

0 votesVote for this answer Mark as a Correct answer

Martin Danko answered on March 4, 2014 17:43

Hello Mike,

In general, you should put all the related files in the folder of your module so they will be exported automatically with that module. On the other hand, as you can read also in the Dev Guide: Exporting objects, you can use the following option -> Export settings -> Export global folders

Regards, Martin

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.