Application.FileSaveOffline Method
Project Developer Reference |
Saves the file for viewing offline. .
Syntax
expression.FileSaveOffline(Save)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Save | Optional | Long | Can be one of the following PjSaveType constants: pjDoNotSave, pjSave, or pjPromptSave. The default value is pjPromptSave for new project files and projects that have changed since the last save. |
Return Value
Boolean
See Also