back to content
Visual SourceSafe (VSS) Remote Access Tool Recommended by Microsoft
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
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.