Updates the specified key.
Namespace: DotNetNuke.Entities.ControllersAssembly: 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.