2020.1

Table Of Contents
Name Description
"RemoveKey" on page190 Removes existing key KeyName from group
GroupName. The key to remove must exist in the group,
otherwise an error is raised. All values for the key, in all
keysets for the group, are removed. Note that when the
Group contains a large number of KeySets, this operation
may take a while.
"RenameKey" on page193
Renames key oldName to newName in group
GroupName. While this operation has no impact on the
data stored in that Group, it does require any plugin and/or
script that uses oldName to be modified to refer to
newName.
Value Methods
Name Description
"AddValue" on page184 Creates a new KeySet by assigning Value to the key
KeyName in Group GroupName. Note that KeyName
must exist in GroupName, otherwise an error is raised.
See "AddKey" on page182 for information on adding a
key to a group. Upon successful completion, the method
returns the ID of the newly created KeySet.
"GetValue" on page187 Performs a lookup in group GroupName and retrieves
the first value for key KeyName that matches Condition.
The condition is specified using basic SQL WHERE
syntax. The Condition may be left empty in which case
the very first value found for the specified KeyName is
returned.
"SetValue" on page194 Updates multiple keysets in group GroupName by
setting the key KeyName to Value for all keysets that
match Condition. The condition is specified using basic
Page 179