Returns the names of all merge fields inside the merge block with the specified name.
Introduced: X9.
public string[] GetBlockFieldNames(string blockName);Public Function GetBlockFieldNames(ByVal blockName As String) As String()| Parameter | Description |
|---|---|
| block |
Specifies the name of the block for which the field names are returned. |
Returns an array of strings specifying the field names.