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:
| 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
CheckoutProject() method
CheckoutFiles() method
GetLatestFiles() method
GetLatestProject() method
GetLatestProjects() method
GetOldVersionFile() method
GetProjectByLabel() method