FormSubmissionRequest.listTextFields

Get lists of the text fields contained in the form associated to request.

Get lists with the names and values of the text fields contained in the form associated to request. Note that names and values may be null.

If this function returns false, then both field_names and field_values will be empty.

class FormSubmissionRequest
bool
listTextFields
(
out string[] fieldNames
,
out string[] fieldValues
)

Parameters

fieldNames string[]

names of the text fields in the form

fieldValues string[]

values of the text fields in the form

Return Value

Type: bool

true if the form contains text fields, or false otherwise