SaaS CMS has officially launched! Learn more now.

Class DisabledGadgetElement

Defines a module available for a ModulesElementCollection configuration section.

Inheritance
System.Object
DisabledGadgetElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 7.19.2
Syntax
public class DisabledGadgetElement : ConfigurationElement

Constructors

DisabledGadgetElement()

Declaration
public DisabledGadgetElement()

Properties

Name

The name of the gadget that should be disabled

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

Extension Methods