Click or drag to resize

BrowseForFolderSelectedPath Property

After ShowDialog gets the path that was selected. If this property is set before displaying the dialog sets the path the dialog initially selects.

Namespace:  Jam.Shell.WPF.Controls
Assembly:  ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax
public string SelectedPath { get; set; }

Property Value

Type: String
The full pathname of the initial or selected directory.
Remarks
If FileSystemOnly is false and folders without physical path can be selected, this property might return an empty string. In these cases SelectedFolderIdList gives you access to the selected folder.
See Also