CheckIn | Checks in an object. |
CheckInAndOverrideLastVersion | Overrides the last version and performs a check-in. The version number is not promoted. |
CheckInEx | Checks in an object. |
CheckOut | Checks out an object. |
ClearView | For future use. |
Refresh | Refreshes the VCS object from the server to the client, overwriting values in memory. |
UndoCheckout | Undoes the check out operation, falling back to the current version on the server. |
VersionsEx2 | Returns a list of references to IVersionEntity. |
CheckoutInfo | A reference to a VersionItem object, containing the checkout information of the current object. |
CurrentVersion | The current object latest version. |
IsCheckedOut | Checks if the object is in CHECKED-OUT or GET status. |
IsLocked | Obsolete. Always returns false. |
LockedBy | The name of the locking user. |
Version | The version the current user is viewing. |
VersionInfo | A reference to a VersionItem object containing information about a specific version, specified by the Version argument. |
VersionsEx | A list of IVersionItem references for accessing the details of each version of the object. |