Updates the specified key.

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

Syntax

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

Parameters

key
Type: System..::..String
The key.
value
Type: System..::..String
The value.

Implements

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

See Also