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

EnumUndoCheckOutChangedFileHandling Enum

Description

The EnumUndoCheckOutChangedFileHandling enumeration indicates how to handle the local file when you undo a checkout of a changed file and choose to replace the local copy.

It is used with the following method:

Interface Method
SAWHSDK UndoCheckoutFiles
UndoCheckoutProject
PromptUndoCheckoutChangedFile

Constants

Name Value Description
enumCancelUndoCheckOutChangeFile 0

Cancels undoing check out of the changed file.

enumAskUndoCheckOutChangeFile 1

Prompts the handling option.

enumUndoCheckOutChangeFile 2 Undoes the checkout while replacing the local copy with the server version of the file.
enumNotUndoCheckOutChangeFile 3

Does not undo checkout of the file.