
Gets a list of the names of all the application fields which are contained inside the specified merge block.
[C#]
public string[] GetBlockFieldNames(string block)
[Visual Basic]
Public Function GetBlockFieldNames(ByRef block As String) As String[]
| Parameter | Description | |
| block | Specifies the name of the merge block whose field names are to be returned. |
A list of the fields' names contained in the specified merge block.