SP.CheckinType enumeration
Specifies the type of check-in for a file.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var SP.CheckinType = {majorCheckIn : "Undefined",minorCheckIn : "Undefined",overwriteCheckIn : "Undefined",registerEnum : "Undefined"}
The CheckinType object enumeration has the following members.
|
Member |
Value |
Description |
|---|---|---|
|
majorCheckIn |
1 |
Enumeration whose values are incremented as a major version. |
|
minorCheckIn |
0 |
Enumeration whose values are incremented as minor version. |
|
overwriteCheckIn |
2 |
Enumeration whose values overwrite the file. |
|
registerEnum |
Undefined |
|