FormSubmissionRequest.listTextFields

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

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.

Parameters

fieldNamesnames of the text fields in the form
fieldValuesvalues of the text fields in the form

Returns

true if the form contains text fields, or false otherwise