EnumCheckinUnchangedFileHandling Enum
Description
The EnumCheckinUnchangedFileHandling enumeration indicates how to handle the unchanged file, checking in or undoing checkout.
It is used with the following method.
| Interface | Method |
| SAWVSDK |
CheckInFiles CheckInProject PromptCheckinOrUndoUnchangedFile |
Constants
| Name | Value | Description |
| AskUnchangedHandlingCanceled | 0 |
Cancels the Check in operation. |
| AskCheckinUnchangedFile | 1 |
Prompts the handling option. |
| CheckinUnchangedFile | 2 |
Checks in the unchanged file. |
| UndoCheckinUnchangedFile | 3 |
Undoes check out. |
See Also
CheckInFiles() method
CheckInProject() method