Table of Contents

Namespace Dynamicweb.Configuration

Classes

ConfigurationException

The ConfigurationException will be thrown if the Dynamicweb.Configuration package encounters any invalid state or configuration errors

ConfigurationManager

Class for managing configuration values. Uses a provider that defines where configuration values are stored. The default configuration manager is accessed through SystemConfiguration which uses the XmlConfigurationProvider to return values from settings stored in /Files/*.config files.

ConfigurationNotification
ConfigurationNotification.ConfigurationNotificationArgs

Provides information about Configuration operations.

SystemConfiguration

Provides access to all settings in GlobalSettings.aspx and .config files located in the /Files folder. Uses the XmlConfigurationProvider to return values from settings stored in xml files.

Interfaces

IConfigurationProvider

Represents a configuration provider.

To top