Enumeration
SaveOptionsType
The save options for closing a file.
Values
| Name | Type | Access | Description |
|---|---|---|---|
| Int = 2 | readonly | Do not save changes. | |
| Int = 3 | readonly | Ask the user whether to save. | |
| Int = 1 | readonly | Save changes. |
Parameter of 1
Method parameters that accept an SaveOptionsType value.