Click or drag to resize
IHubImportAppExAsync Method (String, String, IEnumerableString, Boolean)

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.0.0.0+Build:29.QSM12-CIGS
Syntax
Task ImportAppExAsync(
	string appId,
	string srcPath,
	IEnumerable<string> ids,
	bool excludeConnections
)

Parameters

appId
Type: SystemString
srcPath
Type: SystemString
ids
Type: System.Collections.GenericIEnumerableString
excludeConnections
Type: SystemBoolean

Return Value

Type: Task
See Also