Specifies the type of check-in for a file.
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration CheckinType
'Usage
Dim instance As CheckinType
public enum CheckinType
Members
| Member name | Description | |
|---|---|---|
| MinorCheckIn | Enumeration whose values are incremented as minor version. The value = 0. | |
| MajorCheckIn | Enumeration whose values are incremented as a major version. The value = 1. | |
| OverwriteCheckIn | Enumeration whose values overwrite the file. The value = 2. |