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 |
| SAWSSDK |
UndoCheckOutFiles UndoCheckOutProject |
| 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. |