Unload
Use this command to remove a document from the document cache.
Note: During development and testing, use this command with caution, since the copies in the document cache are static and are not updated with any changes you make to the original models and procedures.
where:
- ALL removes all documents from the document cache. If you specify ALL, you do not need to specify any other parameters.
- Path is optional and is the file path for the document. For Longview Apps, the default path is the path specified in the <rootpath> tag of the .lvapp file. If no root path is specified, the system assumes the root path is the applications folder in the working directory. For Longview Application Framework, the default path is the lvaf folder in the working directory.
- FileName is the name of the document to unload, including the relevant extension.
See also