WdAutoVersions Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the state of the option for automatically saving document versions.
public enum class WdAutoVersions
[System.Runtime.InteropServices.Guid("2745DBFE-9993-3DAF-96CD-AA9827F23217")]
public enum WdAutoVersions
type WdAutoVersions =
Public Enum WdAutoVersions
- Inheritance
-
WdAutoVersions
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdAutoVersionOff | 0 | No document version is saved. |
wdAutoVersionOnClose | 1 | A document version is saved automatically when the document is closed. |