Share via


FolderPicker.SettingsIdentifier Property

Definition

Specifies the identifier for the settings of the folder picker. This identifier is used to save and restore the state of the folder picker.

public:
 property Platform::String ^ SettingsIdentifier { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SettingsIdentifier();

void SettingsIdentifier(winrt::hstring value);
public string SettingsIdentifier { get; set; }
var string = folderPicker.settingsIdentifier;
folderPicker.settingsIdentifier = string;
Public Property SettingsIdentifier As String

Property Value

String

Platform::String

winrt::hstring

Gets or sets the identifier for the settings of the folder picker.

Applies to