London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IAccessReadOnlyProtectedModules

Used to forbid or unavailable access when modules are stored in the "_Protected" folder and the application is in the ReadOnly mode.

Namespace: EPiServer.Shell.Modules
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public interface IAccessReadOnlyProtectedModules

Events

AccessPath

Occurs when database mode is readonly and access a protected module

Declaration
event EventHandler<ReadOnlyProtectedModuleEventArgs> AccessPath
Event Type
Type Description
System.EventHandler<ReadOnlyProtectedModuleEventArgs>

Extension Methods