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