2019.1

Table Of Contents
many resources on the Web that propose ways of implementing JSON parsing in VB Script so
you can implement whichever you see fit. However, using JavaScript is highly recommended.
Repository management methods
Name Description
CheckRepository
Verifies the integrity of the repository and recovers unused
space left by deleted keysets. Similar to packing a
database, the operation is non-destructive but it does
require exclusive access to the Repository. You should
therefore only perform this operation when you know for
sure no other process is accessing the Data Repository.
ClearRepository
Deletes all groups, keys and keysets from the repository,
returning it to a blank state. Use with caution!
ClearGroupData
Deletes all keysets inside GroupName while retaining the
existing key structure.
ClearAllData
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
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.
Page 163