Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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?