CheckinType enumeration

Specifies the type of check-in for a file.

Namespace:  Microsoft.SharePoint.Client
Assembly:  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.

See also

Reference

Microsoft.SharePoint.Client namespace