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