Updates Parameter values from an ISKeyValueList object.

If the Key Value List Item has a UserDefinedIndex then this will be used in preference to the Key matching the Parameter Name.

Syntax

ISParameters.UpdateFromKeyValueList(keyValueList, [addExtraParameters], [keyValueListWasUrlString])

Parameters

NameTypeOptionalByRefDescription
keyValueList ISKeyValueList The Key Value List.
addExtraParameters Boolean Optional Indicates whether to Add Extra Parameters if they exist in the Key/Value List but not in the Parameters collection. If omitted, a value of False is assumed.
keyValueListWasUrlString Boolean Optional SYSTEM USE ONLY. Indicates that the Key Value List was generated from its FromUrlString method meaning that data types (e.g., whether a parameter is a date) are not available. These values will be tweaked. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISParameters
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0