Click or drag to resize
HubImportAppExAsync 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
public 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

Implements

IHubImportAppExAsync(String, String, IEnumerableString, Boolean)
See Also