Sets a value to a variable.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Task<bool> SetContentAsync(
string content,
bool updateMRU,
string userHandle = null
)
Task<bool> SetContentAsync(
string content,
bool updateMRU,
string userHandle = null
)
Function SetContentAsync (
content As String,
updateMRU As Boolean,
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Function SetContentAsync (
content As String,
updateMRU As Boolean,
Optional userHandle As String = Nothing
) As Task(Of Boolean)
Parameters
- content
- Type:
System String
Value of the variable.
This parameter is mandatory.
- updateMRU
- Type:
System Boolean
If set to true, the value is added to the Most Recently Used (MRU) list.
This parameter is mandatory.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task
Boolean