Method LoadWithoutTableAccess
LoadWithoutTableAccess(string, string)
Loads a catalog into memory but without converting it to the format that MobiScript can understand. This mode is faster but doesn't allow to use the functionality related to the catalog tables.
Declaration
public void LoadWithoutTableAccess(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. |