| VariableSetContentAsync Method (String, Boolean) |
Sets a value to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntaxpublic Task<bool> SetContentAsync(
string content,
bool updateMRU
)
Public Function SetContentAsync (
content As String,
updateMRU As Boolean
) As Task(Of Boolean)
Parameters
- content
- Type: SystemString
Value of the variable.
This parameter is mandatory. - updateMRU
- Type: SystemBoolean
If set to true, the value is added to the Most Recently Used (MRU) list.
This parameter is mandatory.
Return Value
Type:
TaskBooleanImplements
IVariableSetContentAsync(String, Boolean)
See Also