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

Imports an app to the Qlik Sense repository.

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

public Task<T> ImportAppAsync<T>(
	string appId,
	string srcPath,
	IEnumerable<string> ids,
	Func<Response, T> onResult,
	string userHandle = null
)

Parameters

appId
Type: OnlineSystem String
Identifier (GUID) of the app entity in the Qlik Sense repository. The app entity must have been previously created by the repository (via the REST API). This parameter is mandatory.
srcPath
Type: OnlineSystem String
Path and name of the source app. 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 imported must be given. This list must contain the names 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 

Implements

IHub ImportAppAsync T (String, String, IEnumerable String , Func Response, T , String)
See Also