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
      public Task<string> GetDefaultAppFolderAsync()
    
  Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.String> | 
Implements
Remarks
This method applies only if running Qlik Sense Desktop.
GetDefaultAppFolderAsync(AsyncHandle)
Returns the folder where the apps are stored.
Declaration
      public 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> | 
Implements
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
      public 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 | 
Implements
Remarks
This method applies only if running Qlik Sense Desktop.