ApplyTemporaryBookmarkAsync Method
Overloads
| ApplyTemporaryBookmarkAsync(String) | Apply temporary bookmark identified by Id. | |
| ApplyTemporaryBookmarkAsync(AsyncHandle, String) | Apply temporary bookmark identified by Id. | |
| ApplyTemporaryBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String) | Apply temporary bookmark identified by Id. | 
ApplyTemporaryBookmarkAsync(String)
Apply temporary bookmark identified by Id.
Declaration
      Task<bool> ApplyTemporaryBookmarkAsync([QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | id | Identifier of the temporary selection state | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | 
Remarks
ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.
ApplyTemporaryBookmarkAsync(AsyncHandle, String)
Apply temporary bookmark identified by Id.
Declaration
      Task<bool> ApplyTemporaryBookmarkAsync(AsyncHandle asyncHandle, [QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.String | id | Identifier of the temporary selection state | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<System.Boolean> | 
Remarks
ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.
ApplyTemporaryBookmarkAsync<T>(AsyncHandle, Func<Response, T>, String)
Apply temporary bookmark identified by Id.
Declaration
      Task<T> ApplyTemporaryBookmarkAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qId")] string id)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
| System.String | id | Identifier of the temporary selection state | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Remarks
ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.