EnumWritableFileHandling Enum
Description
The EnumWritableFileHandling 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 method and property.
| Interface | Method |
| SAWVSDK |
CheckoutProject CheckoutFiles GetLatestFile GetLatestProject GetLatestProjects GetOldVersionFile GetProjectByLabel PromptLeaveOrReplaceWritableFile |
| Name | Value | Description |
| AskWritableHandlingCanceled | 0 |
Cancel the Get or Checkout operation. |
| AskWritableFile | 1 |
Prompt the handling option. |
| ReplaceWritableFile | 2 |
Replace the local writable copy. |
| SkipWritableFile | 3 |
Skip the option. |
| MergeWritableFile | 4 | Merge the server version with the local writable copy |
See Also
CheckoutProject() method
CheckoutFiles() method
GetLatestFiles() method
GetLatestProject() method
GetLatestProjects() method
GetOldVersionFile() method
GetProjectByLabel() method