Skip to content

ParametersContain Function

Eugene Sergeev edited this page Jan 10, 2016 · 4 revisions

Syntax

bool ParametersContain(requestparameters:List<RequestParameter>, attribute:string)

Description

When supplied the request parameters for a request (for example, [//Request/RequestParameter]) and an attribute name, returns a Boolean value indicating if the attribute was created, modified or deleted by the request.

Remarks

None.

Supported Version

1.0.0.0 and later

Examples

ParametersContain([//Request/RequestParameter], “AccountName”)

Clone this wiki locally