Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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)
Syntax
'Declaration
Public ReadOnly Property OldFilePath As String
Get
'Usage
Dim instance As AppliedChangeEventArgs
Dim value As String
value = instance.OldFilePath
public string OldFilePath { get; }
public:
property String^ OldFilePath {
String^ get ();
}
member OldFilePath : string
function get OldFilePath () : String
Property Value
Type: System.String
The previous path for the file that was changed. The path is relative to the root directory.
Remarks
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 null reference (Nothing in Visual Basic).