SPVersion Type
This type is used to describe document versions in SharePoint.
Remarks
This is used when listing versions for a document in a document library.
Fields
Comments String |
Comments included when this version of the file was checked in. |
CreatedBy String |
The user name of the SharePoint user who modified this version of the file. |
Date String |
A string containing the date and time for this modification of the file. |
Size int |
The size for this version of the file. |
URL String |
The URL of the version. |
Version String |
A unique version Id assigned to this version of the file by SharePoint. |
Constructors
public SPVersion();