Skip to main content Skip to complementary content

ReplaceBookmark Method

Overloads

ReplaceBookmark(String, Boolean, IEnumerable<String>)

Replace a bookmark. Optional inparams to change the original bookmarks properties, original are kept if left out.

ReplaceBookmark(String, Boolean, IEnumerable<String>)

Replace a bookmark. Optional inparams to change the original bookmarks properties, original are kept if left out.

Declaration

      public ReplaceBookmarkResult ReplaceBookmark([QixName("qId")] string id, [QixName("qIgnorePatches")] bool ignorePatches = false, [QixName("qObjectIdsToPatch")] IEnumerable<string> objectIdsToPatch = null)
    

Parameters

Type Name Description
System.String id

Identifier of the bookmark.

System.Boolean ignorePatches

Set to true to exclude patches from the bookmark. Default is false.

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

Add softpatches for this objects if available. If empty all softpatches are added to the bookmark. Ignored if IgnorePatches is set to true.

Returns

Type Description
ReplaceBookmarkResult

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!