Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.0.1.0 (1.0.1.0)
public Task<CreateAppResult> CreateAppAsync(
string appName,
string localizedScriptMainSection = null,
string userHandle = null
)
public Task<CreateAppResult> CreateAppAsync(
string appName,
string localizedScriptMainSection = null,
string userHandle = null
)
Public Function CreateAppAsync (
appName As String,
Optional localizedScriptMainSection As String = Nothing,
Optional userHandle As String = Nothing
) As Task(Of CreateAppResult)
Public Function CreateAppAsync (
appName As String,
Optional localizedScriptMainSection As String = Nothing,
Optional userHandle As String = Nothing
) As Task(Of CreateAppResult)
Parameters
- appName
- Type:
System String
Name of the app.
This parameter is mandatory.
- localizedScriptMainSection (Optional)
- Type:
System String
Name of the first section in the script editor.
This parameter is optional.
The default value is Main.
- userHandle (Optional)
- Type:
System String
Handle identifier
Return Value
Type:
Task CreateAppResult Implements
IHub CreateAppAsync(String, String, String)