VersionControl Object
Description
Represents a Version Control System connection.
Remarks

Get a VersionControl reference from the IVersionedEntity.VC Property of any object that implements IVersionedEntity.

You cannot get a VersionControl reference for a Test object.

Public Methods
Public Method CheckInSaves the changes to the current object.
Public Method CheckOutChecks out the object, enabling editing.
Public Method UndoCheckoutRemoves the checked out version of the object.
See Also