Class DisabledGadgetsCollection
Inheritance
System.Object
DisabledGadgetsCollection
Assembly: EPiServer.Shell.dll
Version: 11.20.7
Syntax
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components.")]
public class DisabledGadgetsCollection : ConfigurationElementCollection
Constructors
DisabledGadgetsCollection()
Declaration
public DisabledGadgetsCollection()
Methods
Add(DisabledGadgetElement)
Declaration
public void Add(DisabledGadgetElement element)
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