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

NameDescription
objThe object that was tracked
pathThe full path to the text file that will store the data