Class ModulesElementCollection
Inheritance
System.Object
ModulesElementCollection
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ModulesElementCollection : ConfigurationElementCollection
Constructors
ModulesElementCollection()
Declaration
public ModulesElementCollection()
Properties
AutoDiscovery
Declaration
public AutoDiscoveryLevel AutoDiscovery { get; set; }
Property Value
RootPath
Declaration
public string RootPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Add(ModuleElement)
Declaration
public void Add(ModuleElement module)
Parameters
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type |
Description |
System.Configuration.ConfigurationElement |
|
GetElementKey(ConfigurationElement)
Declaration
protected override object GetElementKey(ConfigurationElement element)
Parameters
Type |
Name |
Description |
System.Configuration.ConfigurationElement |
element |
|
Returns
Type |
Description |
System.Object |
|
Extension Methods