summaryM:DotNetNuke.Entities.Controllers.IHostController.Update(System.Collections.Generic.Dictionary{System.String,System.String})

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

Syntax

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

Parameters

settings
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>
paramsettingsM:DotNetNuke.Entities.Controllers.IHostController.Update(System.Collections.Generic.Dictionary{System.String,System.String})

See Also