UserDataPaths.Recent Property

Definition

Gets the path to a user's Recent Items folder.

public:
 property Platform::String ^ Recent { Platform::String ^ get(); };
winrt::hstring Recent();
public string Recent { get; }
var string = userDataPaths.recent;
Public ReadOnly Property Recent As String

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Recent Items folder.

Applies to