Share

DefaultOpenFromCloudCallback.OnOpenConflict Method

A method called when the conflict is happen during the model opening.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public virtual OpenConflictResult OnOpenConflict(
	OpenConflictScenario scenario
)

Parameters

scenario  OpenConflictScenario
The scenario of the conflict.

Return Value

OpenConflictResult
Returns the result to indicate whether to keep the unsynchronized change, or open the latest version or cancel the open action.

Implements

IOpenFromCloudCallback.OnOpenConflict(OpenConflictScenario)

See Also

Reference

Was this information helpful?