Visual SourceSafe (VSS) Remote Access Tool Recommended by Microsoft
Enum_UndoCheckOutChangedFileHandling Enum
Description
The Enum_UndoCheckOutChangedFileHandling enumeration indicates how to handle the local file when undoing checkout of a changed file and you choose to replace the local copy.
It is used with the following method.
| Interface | Method |
| ISAWVSDK |
UndoFilesCheckout UndoProjectCheckout SetPromptUndoCheckoutChangedFile |
Constants
| Name | Value | Description |
| Enum_UndoCheckOutChangedFileHandlingCancel | 0 |
Cancels undoing check out of the file. |
| Enum_UndoCheckOutChangedFileHandlingAsk | 1 |
Prompts the handling option. |
| Enum_UndoCheckOutChangedFileHandlingUndo | 2 | Undoes the checkout while replacing the local copy with the server version of the file. |
| Enum_UndoCheckOutChangedFileHandlingNotUndo | 3 |
Does not undo check out of the file. |
See Also
UndoFilesCheckout() method
UndoProjectCheckout() method
SourceSafe (VSS) Remote/Web/Internet Access | Software Configuration Management | SCM Solution
Software Configuration Management Online | Source/Version Control Online | Version/Source Control Software
Copyright © 2010 Dynamsoft Corporation. All Rights Reserved.