Click or drag to resize
IVariableSetContentAsync Method (String, Boolean)

Note: This API is now obsolete.

Sets a value to a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
[ObsoleteAttribute("See class GenericVariable")]
Task<bool> SetContentAsync(
	string content,
	bool updateMRU
)

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: TaskBoolean
See Also