SkippedFileDetectEventArgs Class
Provides data for the SkippedFileDetect event.
Assembly: Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)
The SkippedFileDetectEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Exception | Gets an exception that is thrown during the attempt to analyze the file. |
![]() | FilePath | Gets the path of the file that could not be analyzed during change detection. The path is relative to the root directory. |
![]() | SkipReason | Gets the reason the file could not be analyzed during change detection. |
The SkippedFileDetect event is fired when a change is skipped during change detection. The reason for the skip is indicated by SkipReason.
Show:
