Hub GetDefaultAppFolderAsync Method (String)Qlik Sense .NET SDK - API Reference

Returns the folder where the apps are stored.

This method applies only if running Qlik Sense Desktop.

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

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

Return Value

Type: OnlineTask OnlineString 

Implements

IHub GetDefaultAppFolderAsync(String)
See Also