IApp GetAppLayoutAsync Method (String)Qlik Sense .NET SDK - API Reference

Evaluates an app.

Returns dynamic properties (if any) in addition to the engine (fixed) properties.

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

Task<NxAppLayout> GetAppLayoutAsync(
	string userHandle = null
)

Return Value

Type: OnlineTask NxAppLayout 
See Also