Interface IConfigurationSource
Reads configuration sections.
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public interface IConfigurationSourceMethods
Get<T>(String)
Reads the configuration by path
Declaration
T Get<T>(string path)
    where T : classParameters
| Type | Name | Description | 
|---|---|---|
| System.String | path | The path to the configuration | 
Returns
| Type | Description | 
|---|---|
| T | The configuration or  | 
Type Parameters
| Name | Description | 
|---|---|
| T | The type of the configuration | 
