SaaS CMS has officially launched! Learn more now.

Class ModuleElement

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

Constructors

ModuleElement()

Declaration
public ModuleElement()

Properties

Assemblies

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

ClientResourcePath

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

Name

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

ResourcePath

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

Extension Methods