Enum_CheckinUnchangedFileHandling Enum
Description
Indicates how to handle the unchanged file, checking in or undoing checkout.
It is used with the following methods.
Interface | Method |
ISAWHAppObject |
CheckInFiles() CheckInProject() SetPromptCheckinOrUndoUnchangedFile() |
Constants
Name | Value | Description |
Enum_AskUnchangedHandlingCanceled | 0 |
Cancels the Check In operation. |
Enum_AskCheckinUnchangedFile |
1 |
Prompts whether you want to create a new version of file on server. |
Enum_CheckinUnchangedFile | 2 |
Checked in the file and updates the file to a new version. |
Enum_UndoCheckinUnchangedFile | 3 |
Undoes the checkout without updating file version number. |