2018.1

Table Of Contents
Name Description
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
Returns the version of the DLL library used by the
Repository.
Group methods
Name Description
AddGroup
Creates a group named GroupName and optionally creates
keys listed in keyNames. The keyNames parameter may be
empty.
ListGroups
Retrieves the list of all group names in the Repository,
stored in a JSONStringArray..
RemoveGroup
Deletes the group named GroupName, along with all its
keysets and keys.
RenameGroup
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
Adds key KeyName to group GroupName. KeyName must
not already exist in the specified group. Note that this method
Page 125