Gets a list of the names of all the application fields which are contained inside the specified merge block.
public string[] GetBlockFieldNames(string block)
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.