BrowseForFolderFileSystemOnly Property |
Only allow file system directories.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool FileSystemOnly { get; set; }Public Property FileSystemOnly As Boolean
Get
Set
public:
property bool FileSystemOnly {
bool get ();
void set (bool value);
}member FileSystemOnly : bool with get, set
Property Value
Booleantrue if onlz file system directories are allowed, false if not.
Remarks
See Also