Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

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

      public 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>

Implements

Remarks

ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.

ApplyTemporaryBookmarkAsync(AsyncHandle, String)

Apply temporary bookmark identified by Id.

Declaration

      public 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>

Implements

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

      public 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

Implements

Remarks

ApplyTemporaryBookmark method is only supported in SaaS Editions of Qlik Sense.

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!