SaaS CMS has officially launched! Learn more now.

Class ModuleElement

Defines a module available for a ModulesElementCollection configuration section.

Inheritance
System.Object
ModuleElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
public class ModuleElement : ConfigurationElement

Constructors

ModuleElement()

Declaration
public ModuleElement()

Properties

Assemblies

Assemblies to load and associate with the module. This value may be combined with assemblies defined by the module depending on the auto discovery option.

Declaration
public AssemblyCollection Assemblies { get; set; }
Property Value
Type Description
System.Web.Configuration.AssemblyCollection

ClientResourcePath

Optional client resource path. If not specified the ResourcePath is used.

Declaration
public string ClientResourcePath { get; set; }
Property Value
Type Description
System.String

The client resource path.

Name

The name of the module. This is used to find the module directory.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

ResourcePath

The path to the module. This is used to find the module directory.

Declaration
public string ResourcePath { get; set; }
Property Value
Type Description
System.String

Extension Methods