bgoetzmann
unread,Jul 23, 2008, 12:12:08 PM7/23/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mesh4x Discussion
Hello again,
In my Java application, in order to display the results of a
synchronization of two feeds on a web page, I use a class that
implements the IPreviewImportHandler interface; so, I can get a list
of MergeResult objects.
There is one thing that surprises me : before the synchronization I
have the same item for the two feeds ; I delete the item on one feed
(the sync element has then its deleted attribute set to true), and do
the synchronization. The MergeOperation I get for this result is
MergeOperation.Updated and not MergeOperation.Removed!
Is it normal?
Thank you for your help.
Bertrand.