...
Description |
---|
Excerpt |
---|
Returns the names of all merge fields in the specified bookmark. |
Signature | ||||
---|---|---|---|---|
| ||||
public System.String[] BookmarkFieldMarkers(System.String aBookmark)
{signature}{signature: |
Signature | ||||||
---|---|---|---|---|---|---|
| }
| |||||
Public Function BookmarkFieldMarkers(ByVal aBookmark As String) As String()
{signature}
{parameters}
{param:aBookmark}{param}
{returns}The names of all merge fields in the specified bookmark.{returns}
{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.
{remarks}
{example}{code:csharp|title=C#} |
Parameters |
---|
Param | ||||
---|---|---|---|---|
| ||||
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 | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|