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.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
String
Exceptions
See Also