Class GlobalConfigurationManager
This class supports the EPiServer infrastructure and is not intended to be used directly from your code. Helper methods to load and save configuration files
Inheritance
System.Object
GlobalConfigurationManager
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 GlobalConfigurationManager
Methods
Load()
Load configuration file from the file system based on the application domain configuration file
Declaration
public static Configuration Load()
Returns
Type | Description |
---|---|
System.Configuration.Configuration |
Save(Configuration, RestartMode)
Save configuration to the file system based on the path of the application domain configuration file
Declaration
public static void Save(Configuration configuration, RestartMode restartMode)
Parameters
Type | Name | Description |
---|---|---|
System.Configuration.Configuration | configuration | |
RestartMode | restartMode |
Events
ConfigurationSaved
Declaration
public static event EventHandler ConfigurationSaved
Event Type
Type | Description |
---|---|
System.EventHandler |