Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Creates a bookmark on this Element with the specified name.

Signature
C#
C#
 public virtual void CreateBookmark(System.String name)
Signature
vb.net
vb.net
Public Overridable Sub CreateBookmark(ByVal name As String)
Parameters
Param
name
name

A String representing the name to give this bookmark.

Example
Code Block
csharp
csharp
titleC#
e.CreateBookmark("MyBookmark");
Code Block
vb.net
vb.net
titlevb.net
e.CreateBookmark("MyBookmark")