SkippedFileDetectEventArgs Class

Provides data for the SkippedFileDetect event.

System.Object
  System.EventArgs
    Microsoft.Synchronization.Files.SkippedFileDetectEventArgs

Namespace:  Microsoft.Synchronization.Files
Assembly:  Microsoft.Synchronization.Files (in Microsoft.Synchronization.Files.dll)

public class SkippedFileDetectEventArgs : EventArgs

The SkippedFileDetectEventArgs type exposes the following members.

  NameDescription
Public propertyExceptionGets an exception that is thrown during the attempt to analyze the file.
Public propertyFilePathGets the path of the file that could not be analyzed during change detection. The path is relative to the root directory.
Public propertySkipReasonGets the reason the file could not be analyzed during change detection.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

The SkippedFileDetect event is fired when a change is skipped during change detection. The reason for the skip is indicated by SkipReason.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: