Click or drag to resize

ShellSystemListSpecialFolder Property

SpecialFolder allows you to set or get the type of the currently listed folder. You can use the ShellFolder constants here.

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

Property Value

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