Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ConfigurationElementBase

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

Namespace: EPiServer.Configuration
Assembly: EPiServer.Configuration.dll
Version: 7.19.2
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