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