2022.1

Table Of Contents
Name Description
you know for sure no other process is accessing the
Data Repository.
"ClearRepository" on page186 Deletes all groups, keys and keysets from the
repository, returning it to a blank state. Use with
caution!
"ClearGroupData" on page185 Deletes all keysets inside GroupName while retaining
the existing key structure.
"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
Page 178