This document is archived and information here might be outdated. Recommended version. |
This event is fired during reconciliation, after conflicts are detected. It can be used by application developers to filter found conflicts.
[Visual Basic .NET] Public Event OnConflictsDetected As OnConflictsDetectedEventHandler
[C#] public event OnConflictsDetectedEventHandler OnConflictsDetected
[C++]
HRESULT OnConflictsDetected(
Boolean* conflictsRemoved,
Boolean* errorOccurred,
System.String* errorString
);
[C++] Parameters conflictsRemoved
conflictsRemoved is a parameter of type bool* errorOccurred
errorOccurred is a parameter of type bool* errorString
errorString is a parameter of type BSTR*
It is the developer's responsibility to set the conflictsRemoved argument to true if any conflicts were removed from any of the Conflict Classes.