online source control
back to content
sign up free version control plan

Enum_UndoCheckOutChangedFileHandling Enum

Description

Indicates how to handle the local file when undoing checkout of a changed file and you choose to replace the local copy.

It is used with the following methods.

Interface Method
ISAWHAppObject UndoCheckoutFiles()
UndoCheckoutProject()

Constants

Name Value Description
Enum_CancelUndoCheckOutChangeFile 0

Cancels undoing check out of the file.

Enum_AskUndoCheckOutChangeFile 1

Prompts you whether to undo the checkout.

Enum_UndoCheckOutChangeFile 2 Undoes the checkout while replacing the local copy with the server version of the file.
Enum_NotUndoCheckOutChangeFile 3

Does not undo check out of the file.