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.4Syntax
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> |