CreateAppAsync Method
Overloads
CreateAppAsync(String, String, String) |
Creates an app. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
|
CreateAppAsync(AsyncHandle, String, String, String) |
Creates an app. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
|
CreateAppAsync<T>(AsyncHandle, Func<Response, T>, String, String, String) |
Creates an app. LogsWhen this method is called, audit activity logs are produced to track the user activity. In the case of errors, both audit activity logs and system services logs are produced. The log files are named as follows: Please refer to Engine API reference for table definition. Where to find the log filesThe location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop. Please refer to Engine API reference for table definition. |
CreateAppAsync(String, String, String)
Creates an app.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
Task<CreateAppResult> CreateAppAsync([QixName("qAppName")] string appName, [QixName("qLocalizedScriptMainSection")] string localizedScriptMainSection = null, [QixName("qLocale")] string locale = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | appName |
Name of the app. |
System.String | localizedScriptMainSection |
Name of the first section in the script editor.
The default value is |
System.String | locale |
Set custom locale for the app instead of system default. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<CreateAppResult> |
Remarks
The operation is successful if qSuccess is set to true.
CreateAppAsync(AsyncHandle, String, String, String)
Creates an app.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
Task<CreateAppResult> CreateAppAsync(AsyncHandle asyncHandle, [QixName("qAppName")] string appName, [QixName("qLocalizedScriptMainSection")] string localizedScriptMainSection = null, [QixName("qLocale")] string locale = null)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.String | appName |
Name of the app. |
System.String | localizedScriptMainSection |
Name of the first section in the script editor.
The default value is |
System.String | locale |
Set custom locale for the app instead of system default. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<CreateAppResult> |
Remarks
The operation is successful if qSuccess is set to true.
CreateAppAsync<T>(AsyncHandle, Func<Response, T>, String, String, String)
Creates an app.
Logs
When this method is called, audit activity logs are produced to track the user activity.
In the case of errors, both audit activity logs and system services logs are produced.
The log files are named as follows:
Please refer to Engine API reference for table definition.
Where to find the log files
The location of the log files depends on whether you have installed Qlik Sense Enterprise or Qlik Sense Desktop.
Please refer to Engine API reference for table definition.
Declaration
Task<T> CreateAppAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qAppName")] string appName, [QixName("qLocalizedScriptMainSection")] string localizedScriptMainSection = null, [QixName("qLocale")] string locale = null)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
System.Func<Response, T> | onResult |
Continuation function |
System.String | appName |
Name of the app. |
System.String | localizedScriptMainSection |
Name of the first section in the script editor.
The default value is |
System.String | locale |
Set custom locale for the app instead of system default. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<T> |
Type Parameters
Name | Description |
---|---|
T |
Remarks
The operation is successful if qSuccess is set to true.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!