BookmarkOptions Enumeration

.NET Framework (current version)
 

Specifies the options for a Bookmark.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:   System.Activities
Assembly:  System.Activities (in System.Activities.dll)

[FlagsAttribute]
public enum class BookmarkOptions

Member nameDescription
MultipleResume

A Bookmark that can be resumed multiple times.

NonBlocking

A Bookmark that does not block the workflow.

None

Default Bookmark options,

.NET Framework
Available since 4.0
Return to top
Show: