Hello,
I'm implementing an file synchronization system base on FileSyncProvider (v2).
I excluded files according to their extension (*.mp3 for instance) using FileSyncScopeFilter (FileNameExcludes)
I would like to retrieve the list of excluded files.
As files should be exceluded during change detection stage, I implemented the event SkippedFileDetect in FileSyncProvider, but the event is not triggered.
Is my supposition a bad one ?
Is there a way to get the excluded files from file sync framework ?
Or do I need to implement a full search in folder to sync, and check which files should be excluded ?
Best regards,
Laurent