ParameterValueRemoved Function - microsoft/MIMWAL GitHub Wiki
Syntax
object ParameterValueRemoved(requestparameters:List<RequestParameter>, attribute:string)
Description
Returns the removed values of a multi-valued request parameter of an arbitrary request.
Remarks
If the attribute value is a single value, the single value is returned, else a list of values is returned.
Supported Version
2.15.713.0 and later
Examples
ParameterValueRemoved([//Request/RequestParameter], �ExplicitMember�)