EnumLocalFileHandling Enum

Description

The EnumLocalFileHandling enumeration indicates how to handle the local copy file.

It is used with the following method and property.

Interface Method
SAWVSDK UndoCheckOutFiles
UndoCheckOutProject

Constants
 
Name Value Description
enumLeaveLocalFile 0

Leave the local file without any operation.

enumReplaceLocalFile

1

Replace the local file.

enumDeleteLocalFile

2

Delete the local file.

See Also