Visual SourceSafe (VSS) Remote Access Tool Recommended by Microsoft
Enum_CheckinUnchangedFileHandling Enum
Description
The Enum_CheckinUnchangedFileHandling enumeration indicates how to handle the unchanged file, checking in or undoing checkout.
It is used with the following method.
| Interface | Method |
| ISAWVSDK |
CheckInFiles CheckInProject SetPromptCheckinUnchangedFile |
Constants
| Name | Value | Description |
| Enum_CheckinUnchangedFileHandlingCancel | 0 |
Cancels the Check in operation. |
| Enum_CheckinUnchangedFileHandlingAsk | 1 |
Prompts the handling option. |
| Enum_CheckinUnchangedFileHandlingCheckIn | 2 |
Checks in the file. |
| Enum_CheckinUnchangedFileHandlingUndoCheckOut | 3 |
Undoes the 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.