Key Value Pair Functions
This section contains topics on the following functions:
| Function | Description |
|---|---|
| GetKeyValuePairProperty | Retrieves a value from a key in a specific facility form. |
| KeyValueListDeleteByKey | Searches a list of key value pairs for a specific key and, if it is exists in the list, removes the corresponding pair. |
| KeyValueListGetByKey | Searches a list of key value pairs for a single key to find its matching value. |
| KeyValueListUpdateValueByKey | Searches a list of key value pairs for a specific key. |