Creates a child bookmark for the existing parentBookmark
| C# | Visual Basic | Visual C++ |
public Bookmark AddBookmark( string text, ExplicitDestination destination, Bookmark parentBookmark )
Public Function AddBookmark ( _ text As String, _ destination As ExplicitDestination, _ parentBookmark As Bookmark _ ) As Bookmark
public: Bookmark^ AddBookmark( String^ text, ExplicitDestination^ destination, Bookmark^ parentBookmark )
- text (String)
- The text of the child bookmark
- destination (ExplicitDestination)
- The destination of the child bookmark
- parentBookmark (Bookmark)
- The parent bookmark
The newly added bookmark.