SP.FileVersion object
Represents a version of a SP.File object.
Last modified: March 09, 2015
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var object = new SP.FileVersion()
The FileVersion object has the following members.
Constructor
The FileVersion object has the following constructor.
|
Constructor |
Description |
|---|---|
|
Initializes a new instance of the SP.FileVersion object. |
Methods
The FileVersion object has the following methods.
|
Method |
Description |
|---|---|
|
|
|
|
|
Properties
The FileVersion object has the following properties.
|
Property |
Description |
|---|---|
|
Gets a value that specifies the check-in comment. |
|
|
Gets a value that specifies the creation date and time for the file version. |
|
|
Gets a value that specifies the user that represents the creator of the file version. |
|
|
Gets the internal identifier for the file version. |
|
|
Gets a value that specifies whether the file version is the current version. |
|
|
|
|
|
Gets a value that specifies the relative URL of the file version based on the URL for the site or subsite. |
|
|
Gets a value that specifies the implementation specific identifier of the file. |
See FileVersion resource for more information.
Endpoint URI structure
http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurlfilerelativeurl})/versions(versionid
HTTP requests
This resource supports the following HTTP commands:
DELETE syntax
DELETE http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurlfilerelativeurl})/versions(versionid
POST syntax
POST http://<sitecollection>/<site>/_api/web/folders/getbyurl(folderrelativeurl)/files/getbyurl(filerelativeurlfilerelativeurl})/versions(versionid