Share via


SkippedFileDetectEventArgs.FilePath Property

Gets the path of the file that could not be analyzed during change detection. The path is relative to the root directory.

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

Syntax

'Declaration
Public ReadOnly Property FilePath As String
    Get
'Usage
Dim instance As SkippedFileDetectEventArgs
Dim value As String

value = instance.FilePath
public string FilePath { get; }
public:
property String^ FilePath {
    String^ get ();
}
member FilePath : string
function get FilePath () : String

Property Value

Type: System.String
The path of the file that could not be analyzed during change detection. The path is relative to the root directory.

See Also

Reference

SkippedFileDetectEventArgs Class

Microsoft.Synchronization.Files Namespace