I’m using C# to write an application that will synchronize some data. I have had success in reading and writing where I need to, but I can’t figure out how to process delta changes. Using the COM objects, it appears that the getModifiedDocuments method and the UntilTime property are not implemented.
So how, using C#, could I quickly find which documents have changed since the last time I ran a synch process?
Thanks.