GetDefaultAppFolderAsync Method
Overloads
GetDefaultAppFolderAsync() |
Returns the folder where the apps are stored. |
|
GetDefaultAppFolderAsync(AsyncHandle) |
Returns the folder where the apps are stored. |
|
GetDefaultAppFolderAsync<T>(AsyncHandle, Func<Response, T>) |
Returns the folder where the apps are stored. |
GetDefaultAppFolderAsync()
Returns the folder where the apps are stored.
Declaration
Task<string> GetDefaultAppFolderAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
Remarks
This method applies only if running Qlik Sense Desktop.
GetDefaultAppFolderAsync(AsyncHandle)
Returns the folder where the apps are stored.
Declaration
Task<string> GetDefaultAppFolderAsync(AsyncHandle asyncHandle)
Parameters
Type | Name | Description |
---|---|---|
AsyncHandle | asyncHandle |
Handle to asynchronous method request |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> |
Remarks
This method applies only if running Qlik Sense Desktop.
GetDefaultAppFolderAsync<T>(AsyncHandle, Func<Response, T>)
Returns the folder where the apps are stored.
Declaration
Task<T> GetDefaultAppFolderAsync<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 |
Remarks
This method applies only if running Qlik Sense Desktop.
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!