Iam using Syncframeworktoolkit. There will be situations where i need to handle the conflicts.for example deleting a record which has already been deleted from server. The toolkit code itself is doing some ApplyChangedFailed eventhandling and at some point
of time the control reaches the interceptor with conflicts and outgoing changes.
So my questions are:
1)how can i know what type of conflict happened during ApplyChanges.
2)How can i know which one wins. server or client?.
Is there any properties exposed inside toolkit to know these details?