unloadcurrentproject()

Function that resets the global variables associated with the opened project. These variables are: currentProject, CSH, MapNumbers, TopicIds, LinkedFMDocs and LinkedWordDocs.

This function is called by the function closeproject(). This function is a support function that you don't need to use yourself.

The function unloadcurrentproject() is located in the file project.jsxinc.

Usage

unloadcurrentproject();

Parameters

This function has no parameters.

Return values

This function has no return values.