Class representing the episerver.framework configuration element

Namespace:  EPiServer.Framework.Configuration
Assembly:  EPiServer.Framework (in EPiServer.Framework.dll) Version: 6.1.79.0

Syntax

C#
public class EPiServerFrameworkSection : ConfigurationSection
Visual Basic (Declaration)
Public Class EPiServerFrameworkSection _
	Inherits ConfigurationSection
Visual C++
public ref class EPiServerFrameworkSection : public ConfigurationSection

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationSection
      EPiServer.Framework.Configuration..::.EPiServerFrameworkSection

See Also