2020.1

Table Of Contents
repoObject.AddGroup("MyGroup","['FirstKey', 'SecondKey']");
Many methods require using the JSONStringArray type but JSON is not natively supported in
VB Script. Therefore, for those methods, only JavaScript sample code is provided. There are
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" on page185 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" on page185 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.
Page 177