Used in sample: Using Startup Parameters
Update items in this Key/Value List with items defined in another Key/Value List.

Syntax

ISKeyValueList.UpdateFromKeyValueList(kvl, [addNewItems], [retainUserDefinedIndex])

Parameters

NameTypeOptionalByRefDescription
kvl ISKeyValueList The Key Value List.
addNewItems Boolean Optional Indicates whether to Add Items from kvl to this Key/Value List if they don't already exist. If omitted, a value of False is assumed.
retainUserDefinedIndex Boolean Optional Indicates whether to retain the UserDefinedIndex property of each item rather than overwrite it with the value in the supplied kvl property. If omitted, a value of False is assumed.
Member of:
ISKeyValueList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0