ShellTreeViewRootedAtFileSystemFolder Property |
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
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