Click or drag to resize
HubExportAppAsync Method (AsyncHandle, String, String, IEnumerableString)

Exports an app from the Qlik Sense repository to the file system.

This method applies only if running in server mode.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<bool> ExportAppAsync(
	AsyncHandle asyncHandle,
	string targetPath,
	string srcAppId,
	IEnumerable<string> ids
)

Parameters

asyncHandle
Type: Qlik.EngineAsyncHandle
Handle to asynchronous method request
targetPath
Type: SystemString
Path and name of the target app. This parameter is mandatory.
srcAppId
Type: SystemString
Identifier of the source app. The identifier is a GUID from the Qlik Sense repository. This parameter is mandatory.
ids
Type: System.Collections.GenericIEnumerableString
Array of identifiers. The list of all the objects in the app to be exported must be given. This list must contain the GUIDs of all these objects.

Return Value

Type: TaskBoolean

Implements

IHubExportAppAsync(AsyncHandle, String, String, IEnumerableString)
See Also