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

EnumLocalFileHandling Enum

Description

The EnumLocalFileHandling enumeration indicates how to handle the local copy when undoing checkout of a file.

It is used with the following methods:

Interface Method
SAWHSDK UndoCheckOutFiles
UndoCheckOutProject

Constants
Name Value Description
enumLeaveLocalFile 0

Leaves the local copy alone.

enumReplaceLocalFile

1

Replaces the local copy with the latest version of the server file, ignoring all local changes.

enumDeleteLocalFile

2

Deletes the local copy of the file.