SP.CheckinType Enumeration
Applies to: SharePoint Foundation 2010
Specifies the type of check-in for a file.
Values
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. |