kentico_radekm
-
3/17/2011 11:21:15 AM
RE:Export Custom Modules
Hello.
Exporting custom modules:
The following folders will be included in the export package when the custom module is selected for export. It is therefore recommended that your modules data is stored within these folders:
• ~/App_Code/CMSModules/<module_name> • ~/App_Data/CMSModules/<module_name> • ~/CMSModules/<module_name>
The <module_name> value needs to be the same as the code name of the module in the administration interface, so for example for a module named CMS.Test, the folders would be:
• ~/App_Code/CMSModules/CMS_Test • ~/App_Data/CMSModules/CMS_Test • ~/CMSModules/CMS_Test
If you are asking where you can choose your custom module to be exported, it is Site Manager -> Sites -> Export objects wizard. Here you can choose "Do not preselect any objects" in step 1, and choose required module in step 2, when you expand Development -> Modules node.
Best Regards, Radek Macalik
|