| ShellBrowserBaseFileSystemOnly Property | 
            If FileSystemOnly is set to True, objects and virtual folders which do not have a file system path, will not be displayed. Exceptions are 'My Computer', 'Libraries' and 'Network'
            
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
 Syntax
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
Boolean See Also
See Also