Class ModuleElement
Inheritance
System.Object
ModuleElement
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ModuleElement : ConfigurationElement
Constructors
ModuleElement()
Declaration
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