Class ConfigurationSource
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: 10.10.4Syntax
[ServiceConfiguration(typeof(IConfigurationSource), IncludeServiceAccessor = false, FactoryMember = "Instance")]
public static class ConfigurationSourceProperties
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> SourceChangedEvent Type
| Type | Description | 
|---|---|
| System.EventHandler<System.EventArgs> | 
