Share via


SkippedChangeEventArgs.NewFilePath Property

Gets the new path the file would have if the change were applied. 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 NewFilePath As String
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As String

value = instance.NewFilePath
public string NewFilePath { get; }
public:
property String^ NewFilePath {
    String^ get ();
}
/** @property */
public String get_NewFilePath ()
public function get NewFilePath () : String

Property Value

The new path the file would have if the change were applied. The path is relative to the root directory.

Remarks

If the change is ChangeType.Rename, this will be the path after the new name would have been applied.

If the change is ChangeType.Delete, this value will be a null reference (Nothing in Visual Basic).

See Also

Reference

SkippedChangeEventArgs Class
SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace