ShellTreeViewRootedAtFileSystemFolder Property |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public string RootedAtFileSystemFolder { get; set; }
Public Property RootedAtFileSystemFolder As String
Get
Set
public:
property String^ RootedAtFileSystemFolder {
String^ get ();
void set (String^ value);
}
member RootedAtFileSystemFolder : string with get, set
Property Value
Type:
StringRemarks
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