2020.1

Table Of Contents
Name Description
"ClearRepository" on
page185
Deletes all groups, keys and keysets from the repository,
returning it to a blank state. Use with caution!
"ClearGroupData" on
page184
Deletes all keysets inside GroupName while retaining
the existing key structure.
"ClearAllData" on page184 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 page195 Returns the version of the DLL library used by the
Repository.
Group methods
Name Description
"AddGroup" on page181 Creates a group named GroupName and optionally
creates keys listed in keyNames. The keyNames
parameter may be empty.
"ListGroups" on page188 Retrieves the list of all group names in the Repository,
stored in a JSONStringArray..
"RemoveGroup" on
page189
Deletes the group named GroupName, along with all its
keysets and keys.
"RenameGroup" on
page192
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.
Page 177