Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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