Gets a list of the names of all the application fields which are contained inside the specified merge block.

GetBlockFieldNames(String)

public string[] GetBlockFieldNames(string block)
Public Function GetBlockFieldNames(ByRef block As String) As String[]

Parameters

Parameter Description
block Specifies the name of the merge block whose field names are to be returned.

Return Value

A list of the fields' names contained in the specified merge block.