Declared in TrackingSystem
Declaration
bool ExportToFile(
Object obj,
string path
);
Description
Exports the tracking data to a JSON file. This will look at a particular object that may be stored in the database and attempt to export it to a JSON file.
Parameters
Name | Description |
---|---|
obj | The object that was tracked |
path | The full path to the text file that will store the data |