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

Enum_ModifiedFileHandling Enum

Description

Indicates how to handle the writable local file if it is different from the file in the server.

It is used with the following methods.

Interface Method
ISAWHAppObject CheckOutFiles()
CheckOutProject()
GetOldVersionFile()
GetLatestFiles()
GetLatestProject()
GetLatestProjects()
SetPromptLeaveOrReplaceModifiedFile()

Constants
Name Value Description
Enum_AskModifiedHandlingCanceled 0

Cancels the Get or Checkout operation.

Enum_AskModifiedFile 1

Prompts you whether to leave or replace the local file.

Enum_ReplaceModifiedFile 2

Replace the local writable copy.

Enum_SkipModifiedFile 3

Leaves the local file alone

Enum_MergeModifiedFile 4 Attempts an automatic merge.