SPCheckinType enumeration

Specifies the type of check in for a file.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration SPCheckinType
'Usage
Dim instance As SPCheckinType
public enum SPCheckinType

Members

Member name Description
MinorCheckIn Incremented as a minor version. Value=0.
MajorCheckIn Incremented as a major version. Value=1.
OverwriteCheckIn Overwrite the file. Value=2.

See also

Reference

Microsoft.SharePoint namespace