Updates the specified settings.

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

Syntax

C#
public void Update(
	Dictionary<string, string> settings
)
Visual Basic
Public Sub Update ( 
	settings As Dictionary(Of String, String)
)

Parameters

settings
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
The settings.

Implements

IHostController..::..Update(Dictionary<(Of <<'(String, String>)>>))

See Also