views:

11

answers:

0

Currently in my application, I want to temporary lock all the changed items (files/folders) which are to-be-synchronized ones.

I notice the method DetectChanges() (of class Microsoft.Synchronization.Files.FileSyncProvider) but everything detected seem to be internal. Is there a way to get that list? Please help.