Skip to content

ParametersTable Function

Nilesh Ghodekar edited this page Mar 21, 2016 · 3 revisions

Syntax

string ParametersTable(requestparameters:List<RequestParameter>)

Description

Returns a table of attribute name, modification type and modified values in the request parameters of an arbitrary request

Remarks

The function returns an html table markup for request parameter name, parameter operation and parameter value, but without the <table></table> tags.

Supported Version

2.15.713.0 and later

Examples

ParametersTable([//Request/RequestParameter])

Clone this wiki locally