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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<SubsetCallableTypeAttribute> _
<ClientCallableTypeAttribute(Name := "CheckinType")> _
Public Enumeration SPCheckinType
'Usage
Dim instance As SPCheckinType
[SubsetCallableTypeAttribute]
[ClientCallableTypeAttribute(Name = "CheckinType")]
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. |