ParametersContain Function - microsoft/MIMWAL GitHub Wiki
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”)