Skip to main content Skip to complementary content

CreateBookmarkExAsync Method

Overloads

CreateBookmarkExAsync(GenericBookmarkProperties, IEnumerable<String>)

Creates a bookmark with softpatches.

Declaration

      public Task<CreateBookmarkExResult> CreateBookmarkExAsync([QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    

Parameters

Type Name Description
GenericBookmarkProperties prop

Properties for the object.

System.Collections.Generic.IEnumerable<System.String> objectIdsToPatch

Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.

Returns

Type Description
System.Threading.Tasks.Task<CreateBookmarkExResult>

Implements

CreateBookmarkExAsync(AsyncHandle, GenericBookmarkProperties, IEnumerable<String>)

Creates a bookmark with softpatches.

Declaration

      public Task<CreateBookmarkExResult> CreateBookmarkExAsync(AsyncHandle asyncHandle, [QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

GenericBookmarkProperties prop

Properties for the object.

System.Collections.Generic.IEnumerable<System.String> objectIdsToPatch

Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.

Returns

Type Description
System.Threading.Tasks.Task<CreateBookmarkExResult>

Implements

CreateBookmarkExAsync<T>(AsyncHandle, Func<Response, T>, GenericBookmarkProperties, IEnumerable<String>)

Creates a bookmark with softpatches.

Declaration

      public Task<T> CreateBookmarkExAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qProp")] GenericBookmarkProperties prop, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

GenericBookmarkProperties prop

Properties for the object.

System.Collections.Generic.IEnumerable<System.String> objectIdsToPatch

Add softpatches for this objects if available. If empty all softpatches are added to the bookmark.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

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!