Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |