Click or drag to resize

ShellBrowserBaseSpecialFolder Property

Get or set a special folder as the currently active folder

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public ShellFolder SpecialFolder { get; set; }

Property Value

Type: ShellFolder
Exceptions
ExceptionCondition
COMExceptionA COM-Exception is thrown if the special folder that is set is not supported by the system the application is running on.
See Also