WorkflowInstance.WorkflowInstanceControl.GetBookmarks Method

Definition

Returns the collection of available bookmarks for the WorkflowInstance.

Overloads

GetBookmarks()

Returns the collection of available bookmarks for the WorkflowInstance.

GetBookmarks(BookmarkScope)

Returns the collection of available bookmarks for the WorkflowInstance created in the specified BookmarkScope.

GetBookmarks()

Returns the collection of available bookmarks for the WorkflowInstance.

C#
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> GetBookmarks();

Returns

A collection of bookmarks for the WorkflowInstance.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

GetBookmarks(BookmarkScope)

Returns the collection of available bookmarks for the WorkflowInstance created in the specified BookmarkScope.

C#
public System.Collections.ObjectModel.ReadOnlyCollection<System.Activities.Hosting.BookmarkInfo> GetBookmarks(System.Activities.BookmarkScope scope);

Parameters

scope
BookmarkScope

The bookmark scope to inspect.

Returns

The collection of bookmarks created in the specified BookmarkScope.

Applies to

.NET Framework 4.8.1 and other versions
Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1