This documentation is archived and is not being maintained.
CheckinType enumeration
Specifies the type of check-in for a file.
Namespace:
Microsoft.SharePoint.ClientAssembly:
Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
No code example is currently available or this language may not be supported.
| 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. |