Try our conversational search powered by Generative AI!

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.AspNet.dll
Version: 11.20.7
Syntax
[ServiceConfiguration(typeof(IConfigurationSource), IncludeServiceAccessor = false, FactoryMember = "Instance")]
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>