Namespace:
Autodesk.Revit.DB
OpenConflictResult
Enumeration
Description:
The result of the open conflict.
The result of the open conflict.
Syntax
public enum OpenConflictResult
Unknown Namespace Members:
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. |