Enum_LocalFileHandling Enum
Description
Indicates how to handle the local file copies when you perform the Check Out operation.
It is used with the following methods.
Interface | Method |
ISAWHAppObject |
UndoCheckoutFiles() UndoCheckoutProject() |
Constants
Name | Value | Description |
Enum_LeaveLocalFile | 0 |
Leaves the local file copy alone (does not retrieve the latest version from the repository). |
Enum_ReplaceLocalFile |
1 |
Replaces the modified local file copy with the file in Dynamsoft SourceAnywhere Hosted repository. |
Enum_DeleteLocalFile |
2 |
Deletes the local file copy. |