FolderPicker.SettingsIdentifier Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Gets or sets the identifier for the settings of the folder picker.