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

EnumModifiedFileHandling Enum

Description

The enumModifiedFileHandling enumeration indicates how to handle the local copy if a writable copy of the file exists in the local disk.

It is used with the following methods:

Interface Method
SAWHSDK CheckoutProject
CheckoutFiles
GetLatestFile
GetLatestProject
GetLatestProjects
GetOldVersionProjectByVersion
GetOldVersionProjectByLabel
GetOldVersionFileByVersion
GetOldVersionFileByLabel
GetProjectByLabel
PromptLeaveOrReplaceWritableFile
UndoCheckoutFiles

Constants
Name Value Description
AskWritableHandlingCanceled 0

Cancels the Get or Checkout operation.

AskWritableFile 1

Prompts the handling option.

ReplaceWritableFile 2

Replaces the local writable copy.

SkipWritableFile 3

Skips the option.

MergeWritableFile 4 Merges the server version with the local writable copy.

See Also