Action.SetBookmarkAction Method

Definition

Makes this action a bookmark action.

Overloads

SetBookmarkAction(String)

Makes this action a bookmark action.

SetBookmarkAction(String, String)

Makes this action a bookmark action with a specified label.

SetBookmarkAction(String)

Makes this action a bookmark action.

public:
 void SetBookmarkAction(System::String ^ bookmark);
public void SetBookmarkAction (string bookmark);
member this.SetBookmarkAction : string -> unit
Public Sub SetBookmarkAction (bookmark As String)

Parameters

bookmark
String

A string representing the bookmark.

Applies to

SetBookmarkAction(String, String)

Makes this action a bookmark action with a specified label.

public:
 void SetBookmarkAction(System::String ^ bookmark, System::String ^ label);
public void SetBookmarkAction (string bookmark, string label);
member this.SetBookmarkAction : string * string -> unit
Public Sub SetBookmarkAction (bookmark As String, label As String)

Parameters

bookmark
String

A string representing the bookmark.

label
String

A string representing the label to display for the action.

Applies to