2021.2

Table Of Contents
Name Description
"ClearAllData" on page185 Delete all keysets in all groups, while retaining the
existing key structure.
ConnectionString Creates/opens a Repository to read from and write to at
a custom location. Set ConnectionString to a
string containing a full path and file name.
"Version" on page196 Returns the version of the DLL library used by the
Repository.
Group methods
Name Description
"AddGroup" on page182 Creates a group named GroupName and optionally
creates keys listed in keyNames. The keyNames
parameter may be empty.
"ListGroups" on page189 Retrieves the list of all group names in the Repository,
stored in a JSONStringArray..
"RemoveGroup" on page190 Deletes the group named GroupName, along with all its
keysets and keys.
"RenameGroup" on page193
Renames group oldName to newName. While this
operation has no impact on the data stored in the
specified group, it does require any plugin and/or script
that uses oldName to be modified to refer to newName.
Key Methods
Name Description
"AddKey" on page183 Adds key KeyName to group GroupName. KeyName
Page 178