Namespace: Semata.DataStore
Class: Exporter
Exports a DataStore
public static void Export(string dataStore, string exportFile)
Parameters
Type | Name | Description |
string | dataStore | The path of the DataStore to be opened |
string | exportFile | The path of the export file to be created |
Returns: void
Exceptions
Type | Description |
FileCreateErrorException | |
FileOpenErrorException | |
NotLicencedException | Not licenced |