summaryM:DotNetNuke.Entities.Controllers.IHostController.Update(System.String,System.String)

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

Syntax

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

Parameters

key
Type: System..::..String
paramkeyM:DotNetNuke.Entities.Controllers.IHostController.Update(System.String,System.String)
value
Type: System..::..String
paramvalueM:DotNetNuke.Entities.Controllers.IHostController.Update(System.String,System.String)

See Also