Updates the specified config.

Namespace: DotNetNuke.Entities.Controllers
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void Update(
	ConfigurationSetting config,
	bool clearCache
)
Visual Basic
Public Sub Update ( 
	config As ConfigurationSetting,
	clearCache As Boolean
)

Parameters

config
Type: DotNetNuke.Entities..::..ConfigurationSetting
The config.
clearCache
Type: System..::..Boolean
if set to true will clear cache after update the setting.

Implements

IHostController..::..Update(ConfigurationSetting, Boolean)

See Also