Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public CreateAppResult CreateApp(
string appName,
string localizedScriptMainSection = null
)
Public Function CreateApp (
appName As String,
Optional localizedScriptMainSection As String = Nothing
) As CreateAppResult
Parameters
- appName
- Type: SystemString
Name of the app.
This parameter is mandatory. - localizedScriptMainSection (Optional)
- Type: SystemString
Name of the first section in the script editor.
This parameter is optional.
The default value is Main.
Return Value
Type:
CreateAppResultImplements
IHubCreateApp(String, String)See Also