SaaS CMS has officially launched! Learn more now.

Enum AutoDiscoveryLevel

Option for auto-discovery of modules

Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public enum AutoDiscoveryLevel

Fields

Name Description
Minimal

The most secure option. Will only load modules configured by web.config and associate assemblies explicitly configured in web.config

Modules

Auto-discover modules in the module directory and load assemblies defined in the module's module.config file and load assemblies located in the module's bin directory in addition to those defined in the module's module.config file

Extension Methods