Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
SyntaxCreateAppResult CreateApp(
	string appName,
	string localizedScriptMainSection = null
)
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: 
CreateAppResult
See Also