back to content
Visual SourceSafe (VSS) Remote Access Tool Recommended by Microsoft
EnumUndoCheckOutChangedFileHandling Enum
Description
The EnumUndoCheckOutChangedFileHandling 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 |
| SAWVSDK |
UndoCheckoutFiles UndoCheckoutProject PromptUndoCheckoutChangedFile |
Constants
| Name | Value | Description |
| enumCancelUndoCheckOutChangedFile | 0 |
Cancels undoing check out of the changed file. |
| enumAskUndoCheckOutChangedFile | 1 |
Prompts the handling option. |
| enumUndoCheckOutChangedFile | 2 | Undoes the checkout while replacing the local copy with the server version of the file. |
| enumNotUndoCheckOutChangedFile | 3 |
Does not undo checkout of the file. |
See Also
UndoCheckoutFiles() method
UndoCheckoutProject() 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.