ShellBrowser .Net Edition
RootedAtFileSystemFolder Property
NamespacesJam.ShellShellTreeViewRootedAtFileSystemFolder
Determines the root file system folder of a ShellTreeView.
Declaration Syntax
C#Visual BasicVisual C++
public string RootedAtFileSystemFolder { get; set; }
Public Property RootedAtFileSystemFolder As String
public:
property String^ RootedAtFileSystemFolder {
	String^ get ();
	void set (String^ value);
}
Remarks
You can use this property to set the specific folder, which should be used as root for the JamShellTree. When this property is assigned with a valid file system path, then RootedAt will be set to SF_UNKNOWN.

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)