Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdCheckInVersionType
'Usage
Dim instance As WdCheckInVersionType
public enum WdCheckInVersionType
Members
| Member name | Description | |
|---|---|---|
| wdCheckInMinorVersion | Minor version. | |
| wdCheckInMajorVersion | Major version. | |
| wdCheckInOverwriteVersion | Overwrite current version on the server. |