Namespace: Semata.DataStore
Class: Importer
Imports a DataStore
public: static void Import(String^ dataStore, String^ importFile)
Parameters
| Type | Name | Description |
| String^ | dataStore | The path of the DataStore to be created |
| String^ | importFile | The path of the export file to be imported |
Returns: void
Exceptions
| Type | Description |
| FileCreateErrorException | |
| FileOpenErrorException | |
| NotLicencedException | Not licenced |