ARCHIVED This content is retired and no longer maintained. See the version selector for other versions of this topic.
Configuring episerver.shell
Recommended reading
The following XML pseudocode describes the <episerver.shell> section of the configuration file. The Configuration topic describes the syntax used in the description of the configuration elements.
The type of this menu item. Possible values are Link, Section and DropDown. Link items must be children of container items, either a Section or a DropDown. The hierarchy of menu items is controlled by the menuPath attribute.
Required. The menu path/key of this menu item. The path defines the structure and is also the unique key to this menu item. “/global/” refers to the full menu area, menuPath must start with “/global/” to be visible in the menu.
Option for probing the the module folder and load of module assemblies automatically on start-up. Possible values are:
Minimal 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.
Required. The name of the module/folder. If no resourcePath value is specified the name value is combined with the rootPath value to form the path to the module folder.
Required. An assembly to load and associate with the module. The assemblies listed in this collection may be combined with assemblies defined by the module depending on the auto discovery option.
Option for probing the the module folder and load of module assemblies automatically on start-up. Possible values are:
Minimal 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.
Required. The name of the module/folder. If no resourcePath value is specified the name value is combined with the rootPath value to form the path to the module folder.
Required. An assembly to load and associate with the module. The assemblies listed in this collection may be combined with assemblies defined by the module depending on the auto discovery option.
Do you find this information helpful? Please log in to provide feedback.