<Code Lib>
2020 Enumeration
Changes 8
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.

Loading…