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 ConfigurationElementBase

Base class for configuration elements that should be able to put in GenericElementCollection

Inheritance
System.Object
ConfigurationElementBase
Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 10.10.4
Syntax
public abstract class ConfigurationElementBase : ConfigurationElement

Constructors

ConfigurationElementBase(String)

constructor

Declaration
protected ConfigurationElementBase(string elementName)
Parameters
Type Name Description
System.String elementName

name of element

Properties

ElementName

Element name

Declaration
public virtual string ElementName { get; }
Property Value
Type Description
System.String

Extension Methods