AppliedChangeEventArgs::OldFilePath Property

Gets the previous path for the file that was changed. The path is relative to the root directory.

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

public:
property String^ OldFilePath {
	String^ get ();
}

Property Value

Type: System::String
The previous path for the file that was changed. The path is relative to the root directory.

If the change is ChangeType::Rename, this is the previous path before the new name is applied.

If the change is ChangeType::Create, this value is a nullptr.

Show: