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}{signature:
}
Signature
vb.net
vb.net
Public Overridable Sub CreateBookmark(ByVal name As String)
{signature}
{parameters}
{param:name}A {{String}} representing the name to give this bookmark.{param}
{example}{code:csharp|title=C#}
Parameters
Param
name
name

A String representing the name to give this bookmark.

Example
Code Block
csharp
csharp
titleC#

e.CreateBookmark("MyBookmark");
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

e.CreateBookmark("MyBookmark")
{code} {example}