HubImportAppExAsync Method (String, String, IEnumerableString, Boolean) |
Imports an app to the Qlik Sense repository. The connections in the app can be excluded from the import.
This method applies only if running in server mode.
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntaxpublic Task ImportAppExAsync(
string appId,
string srcPath,
IEnumerable<string> ids,
bool excludeConnections
)
Public Function ImportAppExAsync (
appId As String,
srcPath As String,
ids As IEnumerable(Of String),
excludeConnections As Boolean
) As Task
Parameters
- appId
- Type: SystemString
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: SystemString
Path and name of the source app.
This parameter is mandatory. - ids
- Type: System.Collections.GenericIEnumerableString
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. - excludeConnections
- Type: SystemBoolean
If this parameter is set to true, the connections in the app are not imported.
Return Value
Type:
TaskImplements
IHubImportAppExAsync(String, String, IEnumerableString, Boolean)
See Also