A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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