The IVersioningFile type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CheckIn |
Checks in the file version.
| |
| CheckOut |
Checks out the fs file.
| |
| GetVersion |
Gets a speciffic version of a file by unique identification.
| |
| GetVersions |
Gets all versions of a versioned file.
| |
| UndoCheckOut |
Undo the checkout of a file.
|
Properties
| Name | Description | |
|---|---|---|
| CheckedOutBy |
Mebership name which have the file checked out.
| |
| IsCheckedOut |
File is checked out flag. Good practice on derived classes is that this property
can never return true if property IsVersioned returns false.
|