The IVersioningFile type exposes the following members.

Methods

  NameDescription
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

  NameDescription
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.

See Also