<Code Lib>
2024 Enumeration
Changes 1
E

OpenConflictResult

Description:
The result of the open conflict.

public enum OpenConflictResult

Name Description
E KeepLocalChanges Keeps the local changes and open the model.
E DiscardLocalChangesAndOpenLatestVersion Discard the local changes and open the latest version of the model.
E Cancel Cancel the open action.
E DetachFromCentral Detach the model from its central model, with worksets preserved.

Loading…