Click or drag to resize

BrowseForFolderFileSystemOnly Property

Only allow to select elements with an associated file system path.

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

Property Value

Type: Boolean
true if only file system directories are allowed, false if not.
See Also