Class ComponentSecurityElementCollection
Inheritance
System.Object
ComponentSecurityElementCollection
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
public class ComponentSecurityElementCollection : ConfigurationElementCollection
Constructors
ComponentSecurityElementCollection()
Declaration
public ComponentSecurityElementCollection()
Methods
Add(ComponentSecurityElement)
Declaration
public void Add(ComponentSecurityElement componentSecurityElement)
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