Returns the names of all merge fields inside the merge block with the specified name.

Introduced: X9.

GetBlockFieldNames(String)

public string[] GetBlockFieldNames(string blockName);
Public Function GetBlockFieldNames(ByVal blockName As String) As String()

Parameters

Parameter Description
blockName Specifies the name of the block for which the field names are returned.

Return Value

Returns an array of strings specifying the field names.