Click or drag to resize

ShellTreeViewRootedAtFileSystemFolder Property

Determines the root file system folder of a ShellTreeView.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public string RootedAtFileSystemFolder { get; set; }

Property Value

Type: String
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.
See Also