Class ConfigurationSource
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Exposes the global IConfigurationSource and events to listen to changes.
Inheritance
System.Object
ConfigurationSource
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.0Syntax
public static class ConfigurationSource
Properties
Instance
Global configuration source for EPiServer infrastructure
Declaration
public static IConfigurationSource Instance { get; set; }
Property Value
Type | Description |
---|---|
IConfigurationSource |
Events
SourceChanged
Triggered when Instance is assigned a new value
Declaration
public static event EventHandler<EventArgs> SourceChanged
Event Type
Type | Description |
---|---|
System.EventHandler<System.EventArgs> |