SP.File.checkOut Method (sp.js)
Checks out the file from a document library based on the check-out type.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
SP.File.checkOut()
Return value
Undefined
REST resource endpoint
See File resource for more information.
Endpoint URI structure
http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurl)/checkOut()
HTTP requests
This resource supports the following HTTP commands:
- POST
POST syntax
POST http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurl)/checkOut()