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 FileConfigurationSource

This class supports the EPiServer infrastructure and is not intended to be used directly from your code. 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: 8.11.0
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