Define Default Export Folder (optional)

To define a new default export folder location, add the following in the ExportManager.exe.config file:

<setting name="DefaultExportDirectory" serializeAs="String">

<value>D:\</value>

</setting>

Where inside the <value> pair is the path of the new default export directory. Placing quotes around the path is not necessary even if the path name contains spaces.

NOTE

Export Manager will create an ExportManager folder at the specified location.