SPCheckinType Enumeration
Specifies the type of check in for a file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Enumeration SPCheckinType
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. |