DocumentVersion
Contains information related to a version of a DocumentName | Description | Type | Additional information |
---|---|---|---|
Id |
The ID of this document version |
integer |
None. |
MajorVersion |
The major version of the two-part version number |
integer |
None. |
MinorVersion |
The minor version of the two-part version number |
integer |
None. |
CheckInDate |
The date that this version of the document was checked in |
date |
None. |
CheckInUserCode |
The 4 character string representing the ID of the user that checked in this document |
string |
None. |
CheckInUserCloudGUID |
The GUID of the user who checked in the document |
string |
None. |
CheckInUserName |
The UserName of the user who checked in the document |
string |
None. |
CheckInComments |
Optional comments that were entered when the document was checked in |
string |
None. |
CheckOutDate |
The date that this version of the document was checked out |
date |
None. |
CheckOutUserCode |
The 4 character string representing the ID of the user that checked out this document |
string |
None. |
CheckOutUserCloudGUID |
The GUID of the user who checked out this document |
string |
None. |
CheckOutUserName |
The UserName of the user who checked out this document |
string |
None. |
CheckOutComments |
Optional comments that were entered when the document was checked out |
string |
None. |
FileCreatedDate |
The date the file related to this version of the document was created on disk |
date |
None. |
FileModifiedDate |
The date the file related to this version of the document was modified on disk |
date |
None. |
FileLastReadDate |
The date the file related to this version of the document was read from disk |
date |
None. |
FileSize |
The size in bytes of the File related to this version of the document |
integer |
None. |
FileOriginalName |
The name of the original file that was uploaded to create this version of the document |
string |
None. |