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 FileConfigurationSource

Load a writable configuration from the configuration file specified by the current System.AppDomain.

Inheritance
System.Object
FileConfigurationSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
public class FileConfigurationSource : IConfigurationSource

Constructors

FileConfigurationSource()

Declaration
public FileConfigurationSource()

FileConfigurationSource(Configuration)

Declaration
public FileConfigurationSource(Configuration config)
Parameters
Type Name Description
System.Configuration.Configuration config

Properties

ConfigurationInstance

Backing configuration instance

Declaration
public Configuration ConfigurationInstance { get; }
Property Value
Type Description
System.Configuration.Configuration

Methods

Get<T>(String)

Declaration
public T Get<T>(string path)
    where T : class
Parameters
Type Name Description
System.String path
Returns
Type Description
T
Type Parameters
Name Description
T

Implements

Extension Methods