ShellBrowserBaseFolder Property |
Use Folder to specify the path of the folder, which should be browsed or to get the path that is currently active.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string Folder { get; set; }
Public Property Folder As String
Get
Set
public:
property String^ Folder {
String^ get ();
void set (String^ value);
}
member Folder : string with get, set
Property Value
Type:
StringExceptions See Also