CreateTemporaryBookmarkAsync Method
Overloads
| CreateTemporaryBookmarkAsync(NxTempBookmarkOptions, IEnumerable<String>) | Create temporary bookmark | |
| CreateTemporaryBookmarkAsync(AsyncHandle, NxTempBookmarkOptions, IEnumerable<String>) | Create temporary bookmark | |
| CreateTemporaryBookmarkAsync<T>(AsyncHandle, Func<Response, T>, NxTempBookmarkOptions, IEnumerable<String>) | Create temporary bookmark | 
CreateTemporaryBookmarkAsync(NxTempBookmarkOptions, IEnumerable<String>)
Create temporary bookmark
Declaration
      Task<CreateTemporaryBookmarkResult> CreateTemporaryBookmarkAsync([QixName("qOptions")] NxTempBookmarkOptions options, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| NxTempBookmarkOptions | options | Options for the temporary bookmark | 
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | Add softpatches for this objects if available. If empty all softpatches are added to the bookmark. This is ignored if IncludePatches is false. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<CreateTemporaryBookmarkResult> | 
Remarks
CreateTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.
CreateTemporaryBookmarkAsync(AsyncHandle, NxTempBookmarkOptions, IEnumerable<String>)
Create temporary bookmark
Declaration
      Task<CreateTemporaryBookmarkResult> CreateTemporaryBookmarkAsync(AsyncHandle asyncHandle, [QixName("qOptions")] NxTempBookmarkOptions options, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| NxTempBookmarkOptions | options | Options for the temporary bookmark | 
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | Add softpatches for this objects if available. If empty all softpatches are added to the bookmark. This is ignored if IncludePatches is false. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<CreateTemporaryBookmarkResult> | 
Remarks
CreateTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.
CreateTemporaryBookmarkAsync<T>(AsyncHandle, Func<Response, T>, NxTempBookmarkOptions, IEnumerable<String>)
Create temporary bookmark
Declaration
      Task<T> CreateTemporaryBookmarkAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qOptions")] NxTempBookmarkOptions options, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| AsyncHandle | asyncHandle | Handle to asynchronous method request | 
| System.Func<Response, T> | onResult | Continuation function | 
| NxTempBookmarkOptions | options | Options for the temporary bookmark | 
| System.Collections.Generic.IEnumerable<System.String> | objectIdsToPatch | Add softpatches for this objects if available. If empty all softpatches are added to the bookmark. This is ignored if IncludePatches is false. | 
Returns
| Type | Description | 
|---|---|
| System.Threading.Tasks.Task<T> | 
Type Parameters
| Name | Description | 
|---|---|
| T | 
Remarks
CreateTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.