Updates the specified key.

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

Syntax

C#
public void Update(
	string key,
	string value,
	bool clearCache
)
Visual Basic
Public Sub Update ( 
	key As String,
	value As String,
	clearCache As Boolean
)

Parameters

key
Type: System..::..String
The key.
value
Type: System..::..String
The value.
clearCache
Type: System..::..Boolean
if set to true will clear cache after update settings.

Implements

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

See Also