London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class DisabledGadgetElement

Defines a module available for a ModulesElementCollection configuration section.

Inheritance
System.Object
DisabledGadgetElement
Namespace: EPiServer.Shell.Configuration
Assembly: EPiServer.Shell.dll
Version: 10.10.4
Syntax
[Obsolete("The Episerver gadget framework has been deprecated and was replaced by the Episerver Components.")]
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