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

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

Syntax

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

Parameters

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

See Also