StorageLibraryChange.PreviousPath Property

Definition

Gets the full path of the item in a storage library before it was moved or renamed.

public:
 property Platform::String ^ PreviousPath { Platform::String ^ get(); };
winrt::hstring PreviousPath();
public string PreviousPath { get; }
var string = storageLibraryChange.previousPath;
Public ReadOnly Property PreviousPath As String

Property Value

String

Platform::String

winrt::hstring

The full path of the file or folder in the storage library before it was moved or renamed.

Applies to