November Happy Hour will be moved to Thursday December 5th.
Hello,
We're developing an EPiServer addon which will be installed via Visual Studio/nuget.
When creating a GuiPlugIn, UrlFromModuleFolder returns different results depending on if the module is public or protected.
The plugin is correctly placed in either /modules/MyModule/ or /modules/_protected/MyModule/
UrlFromModuleFolder = "Admin/Config.aspx"
EPiServerPublicModulePackage returns
/modules/MyModule/Admin/Config.aspx
EPiServerModulePackage returns
/EPiServer/CMS/Admin/Admin/Config.aspx
Because of this issue I'm forced to keep the config public by setting the module as a public module.
Any ideas?
Hello,
We're developing an EPiServer addon which will be installed via Visual Studio/nuget.
When creating a GuiPlugIn, UrlFromModuleFolder returns different results depending on if the module is public or protected.
The plugin is correctly placed in either /modules/MyModule/ or /modules/_protected/MyModule/
EPiServerPublicModulePackage returns
EPiServerModulePackage returns
Because of this issue I'm forced to keep the config public by setting the module as a public module.
Any ideas?