UserDataPaths.Templates Property

Definition

Gets the path to a user's Common Templates folder.

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

Property Value

String

Platform::String

winrt::hstring

The full path to the user's Common Templates folder.

Applies to