Method Load
Load(string, string)
This function loads in memory the catalogue whose file name (including the full access path) is specified in the CatalogFileName parameter.
Declaration
public void Load(string filename, string password = "")
Parameters
Type | Name | Description |
---|---|---|
string | filename | Filename of a catalog to load. Can be a short filename for a catalog stored in the application's catalogs folder. Can be a full path for a catalog stored outside the folder. |
string | password | Password of the catalog. |
Remarks
For a given session, only one catalogue can be loaded in memory at the same time. The loaded catalogue is called the current catalogue.