WdCheckInVersionType Enum

Definition

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

wdCheckInMajorVersion 1

Major version.

wdCheckInMinorVersion 0

Minor version.

wdCheckInOverwriteVersion 2

Overwrite current version on the server.

Applies to