GetAppListAsync Method
Overloads
| GetAppListAsync() |
Returns the list of apps. In Qlik Sense Enterprise: The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access. In Qlik Sense Desktop: The apps are located in |
|
| GetAppListAsync(AsyncHandle) |
Returns the list of apps. In Qlik Sense Enterprise: The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access. In Qlik Sense Desktop: The apps are located in |
|
| GetAppListAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the list of apps. In Qlik Sense Enterprise: The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access. In Qlik Sense Desktop: The apps are located in |
GetAppListAsync()
Returns the list of apps.
In Qlik Sense Enterprise:
The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access.
In Qlik Sense Desktop:
The apps are located in C:\Users<user name>\Documents\Qlik\Sense\Apps.
Declaration
[QixName("GetDocList")]
public Task<IEnumerable<IAppIdentifier>> GetAppListAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IAppIdentifier>> |
Implements
GetAppListAsync(AsyncHandle)
Returns the list of apps.
In Qlik Sense Enterprise:
The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access.
In Qlik Sense Desktop:
The apps are located in C:\Users<user name>\Documents\Qlik\Sense\Apps.
Declaration
[QixName("GetDocList")]
public Task<IEnumerable<IAppIdentifier>> GetAppListAsync(AsyncHandle asyncHandle)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<IAppIdentifier>> |
Implements
GetAppListAsync<T>(AsyncHandle, Func<Response, T>)
Returns the list of apps.
In Qlik Sense Enterprise:
The list is generated by the QRS. The GetDocList method only returns documents the current user is allowed to access.
In Qlik Sense Desktop:
The apps are located in C:\Users<user name>\Documents\Qlik\Sense\Apps.
Declaration
[QixName("GetDocList")]
public Task<T> GetAppListAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult)
Parameters
| Type | Name | Description |
|---|---|---|
| AsyncHandle | asyncHandle |
Handle to asynchronous method request |
| System.Func<Response, T> | onResult |
Continuation function |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<T> |
Type Parameters
| Name | Description |
|---|---|
| T |