OpenConflictScenario Enumeration

The kinds of conflicts happened during open.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public enum OpenConflictScenario
Members
Member nameValueDescription
OutOfDate2 Model is out of date.
Relinquished1 Ownership to model elements is relinquished.
Rollback0 Central model is restored to an earlier version.
VersionArchived3 Last central version merged into the local model has been archived in the central model.
See Also