EnumCheckinUnchangedFileHandling Enum

Description

The EnumCheckinUnchangedFileHandling enumeration indicates how to handle the unchanged file, checking in or undoing checkout.

It is used with the following methods:

Interface Method
SAWSSDK CheckInFiles
CheckInProject
PromptCheckinOrUndoUnchangedFile

Constants

Name Value Description
enumAskUnchangedHandlingCanceled 0

Cancels the Check in operation.

enumAskCheckinUnchangedFile 1

Prompts the handling option.

enumCheckinUnchangedFile 2

Checks in the unchanged file.

enumUndoCheckinUnchangedFile 3

Undoes check out.