Variable GetRawContentAsync Method (String)Qlik Sense .NET SDK - API Reference

Returns the raw value of a variable.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax

public Task<string> GetRawContentAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask OnlineString 

Implements

IVariable GetRawContentAsync(String)
See Also