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 |