Message-ID: <127809922.8203.1711637429264.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8202_694710323.1711637429264" ------=_Part_8202_694710323.1711637429264 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Element.CreateBookmark(String)

Element.CreateBookmark(String)

Description=20

Creates a bookmark on this Element with the specified name.

=20
C#
=20
 public virtual void CreateBookmark(System.String name)
=20
=20
vb.net
=20
Public Overridable Sub CreateBookmark(ByVal name As String)
=20
=20

Parameters

=20
name
A=20 String representing the name to give this bookmark.=20

Examples

=20
C#
=20
e.CreateBookmark("MyBookmark");
=20
=20
vb.net
=20
e.CreateBookmark("MyBookmark")
=20
------=_Part_8202_694710323.1711637429264--