Description |
---|
Excerpt |
---|
Returns the names of all merge fields in the specified bookmark. |
Signature | C# | C# |
---|---|---|
Wiki Markup | ||
{description}
{excerpt}Returns the names of all merge fields in the specified bookmark.{excerpt}
{signature:C#}
public System.String[] BookmarkFieldMarkers(System.String aBookmark)
| ||
Signature | ||
{signature}{signature:vb.net | vb.net | }
Public Function BookmarkFieldMarkers(ByVal aBookmark As String) As String()
|
Parameters |
---|
...
Returns |
---|
The names of all merge fields in the specified bookmark. |
Remarks |
---|
Bookmarks are used to define repeat blocks. A repeat block is a fragment in the template document that contains merge fields and that will be repeated for each row in a data source. |
Example | |||
---|---|---|---|
Code Block | | csharp | csharp |
title | C# | ||
Code Block | vb.net | title |