A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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