Click or drag to resize

ConfigurationManagerAddProviderPriority Method

Adds an instance of IConfigurationProvider as the first provider in the provider list giving it priority over the system configuration provider. This enables multiple providers to contribute the the same ConfigurationManager.

Namespace:  Dynamicweb.Configuration
Assembly:  Dynamicweb.Configuration (in Dynamicweb.Configuration.dll) Version: 4.1.3
Syntax
public void AddProviderPriority(
	IConfigurationProvider provider
)

Parameters

provider
Type: Dynamicweb.ConfigurationIConfigurationProvider
The provider to add.
See Also