The IVersionedFile type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckIn |
Check in file, requires the file to be checked out first.
| |
| CheckOut |
Called to check out a file.
| |
| GetCheckedOutVersion |
Called when the checked out version needs to be retrieved for a user.
| |
| GetVersions |
Gets a list of all versions.
| |
| UndoCheckOut |
Called when a user wants to undo a checked out file.
|
Properties
| Name | Description | |
|---|---|---|
| ChangedBy |
Username of the user that changed the file.
| |
| CheckedOut |
If checked out; the date when the file was checked out.
| |
| CheckedOutBy |
If checked out; the username of the user who has this file checked out.
| |
| CreatedBy |
The username of the user that created this file.
| |
| IsCheckedOut |
Check whether the file is checked out.
|