Updates the specified config.

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

Syntax

C#
public void Update(
	ConfigurationSetting config
)
Visual Basic
Public Sub Update ( 
	config As ConfigurationSetting
)

Parameters

config
Type: DotNetNuke.Entities..::..ConfigurationSetting
The config.

Implements

IHostController..::..Update(ConfigurationSetting)

See Also