Function that unloads all the project's linked files. This function can be used to unload the loaded linked files from memory. This function must be called if you regenerate linked files or link new documents.
After the linked files are unloaded, the linked files will be reinitialised when calling the method .isLinked()
unloadLinkedFiles();
This function has no parameters.
This function has no return values.