Try our conversational search powered by Generative AI!

Class GlobalConfigurationManager

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.AspNet.dll
Version: 11.20.7
Syntax
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