OpenConflictResult
Description:
The result of the open conflict.
The result of the open conflict.
public enum OpenConflictResult
| Name | Description |
|---|---|
| KeepLocalChanges | Keeps the local changes and open the model. |
| DiscardLocalChangesAndOpenLatestVersion | Discard the local changes and open the latest version of the model. |
| Cancel | Cancel the open action. |
| DetachFromCentral | Detach the model from its central model, with worksets preserved. |