SkippedFileDetectEventArgs Class

Provides data for the SkippedFileDetect event.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class SkippedFileDetectEventArgs _
    Inherits EventArgs
'Usage
Dim instance As SkippedFileDetectEventArgs
public class SkippedFileDetectEventArgs : EventArgs
public ref class SkippedFileDetectEventArgs : public EventArgs
type SkippedFileDetectEventArgs =  
    class
        inherit EventArgs
    end
public class SkippedFileDetectEventArgs extends EventArgs

The SkippedFileDetectEventArgs type exposes the following members.

Properties

  Name Description
Public property Exception Gets an exception that is thrown during the attempt to analyze the file.
Public property FilePath Gets the path of the file that could not be analyzed during change detection. The path is relative to the root directory.
Public property SkipReason Gets the reason the file could not be analyzed during change detection.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.Files Namespace