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.
Applies to: SharePoint Foundation 2010
Describes the different checkout states of a file, independent of the lock state of the file.
Values
Name |
Description |
---|---|
online |
The file is checked out for editing on the server. |
offline |
The file is checked out for editing on the local computer. |
none |
The file is not checked out. |
Remarks
This enumeration is the client object that corresponds to the SP.File.checkOutType Property enumeration in the server object model.