SkippedChangeEventArgs.CurrentFilePath Property
Gets the current path for the file. 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 CurrentFilePath As String
'Usage
Dim instance As SkippedChangeEventArgs
Dim value As String
value = instance.CurrentFilePath
public string CurrentFilePath { get; }
public:
property String^ CurrentFilePath {
String^ get ();
}
/** @property */
public String get_CurrentFilePath ()
public function get CurrentFilePath () : String
Property Value
The current path for the file, relative to the root directory.
Remarks
If the change is ChangeType.Rename, this will be the path before the the new name would have been applied.
If the change is ChangeType.Create, this value will be a null reference (Nothing in Visual Basic).
See Also
Reference
SkippedChangeEventArgs Class
SkippedChangeEventArgs Members
Microsoft.Synchronization.Files Namespace