WdCheckInVersionType 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 type of version for the document checked in when using the CheckIn(Boolean, Object, Boolean) method. Applies to documents stored in a SharePoint library.
public enum class WdCheckInVersionType
[System.Runtime.InteropServices.Guid("33DAFB9D-0D41-3FC4-9553-2A17994D3E14")]
public enum WdCheckInVersionType
type WdCheckInVersionType =
Public Enum WdCheckInVersionType
- Inheritance
-
WdCheckInVersionType
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdCheckInMinorVersion | 0 | Minor version. |
wdCheckInMajorVersion | 1 | Major version. |
wdCheckInOverwriteVersion | 2 | Overwrite current version on the server. |