IHub ExportAppAsync T  Method (String, String, IEnumerable String , Func Response, T , String)Qlik Sense .NET SDK - API Reference

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: 1.0.1.0 (1.0.1.0)
Syntax

Task<T> ExportAppAsync<T>(
	string targetPath,
	string srcAppId,
	IEnumerable<string> ids,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

targetPath
Type: OnlineSystem String
Path and name of the target app. This parameter is mandatory.
srcAppId
Type: OnlineSystem String
Identifier of the source app. The identifier is a GUID from the Qlik Sense repository. This parameter is mandatory.
ids
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
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.
onResult
Type: OnlineSystem Func Response, T 
Continuation function
userHandle (Optional)
Type: OnlineSystem String
Handle identifier
Type Parameters

T

Return Value

Type: OnlineTask T 
See Also